
.JudgePurp {
	color : Purple;
	font-weight : bold;
}

.AffectPink {
	color : Fuchsia;
	font-weight : bold;
}

.SmallCaps {
	font-size : smaller;
}

.invis {
	visibility: hidden;
}

.reveal {
	visibility: visible;
}

.MyFoot {
	font-size : small;
}

.mydefault {
	font-size: 12pt;
}


.disappear {
	display: none;
}

.appear {
	display: inline;
	color : Blue;
	
}

.JudgeTokenQuote {
	color : Purple;
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
}




/* Core style sheet for the IEL site */
BODY
{
	font-family: Verdana, Arial, Helvetica,sans-serif;
	margin-left: 1in;
	margin-top: +0.3in;
	margin-right : 0.5in;
}



H1, H2, H3, H4
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color : Maroon;
}

H1
{
	font-size: 18pt;
	font-weight: bold;
	margin-left: -0.4in;
	padding-bottom: 2pt;
	border-bottom : 2pt solid;
	background-color : transparent;
	border-bottom-color : Maroon;
	color : Maroon;

}
H2
{
	font-size: 15pt;
	font-weight: bold;
	margin-left: -0.4in;
	padding-bottom: 2pt;
	border-bottom : 2pt solid;
	background-color : transparent;
	border-bottom-color : Maroon;
	color : Maroon;
	
}
H3
{
	font-size: 13pt;
	font-weight: bold;
	margin-left: -.2in;
}


TEXTAREA {
    font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 11pt;
}

DIV.MyCite {
border : 2pt ridge;
	padding-bottom : 3pt;
	padding-left : 3pt;
	padding-right : 3pt;
	padding-top : 3pt;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11pt;
}

.Anger {
	background-color : Red;
	font : 12pt;
	color : White;
}

.Hate {
background-color : #8B008B;
	font : 12pt;
	color : White;
	
}

.JudgeToken {
	color : Purple;
	font-style : italic;
	font-weight : bold;
}


.Fear {
	background-color : Black;
	font : 12pt;
	color : White;
}

.Appreciate {
	color : Lime;
	font-weight : bold;
}


.Love {
	background-color : Aqua;
	font : 12pt;
}

}
.MySize12 {
	font-size : 12pt;
}


DIV.SectionTitle {
	font-size: 20pt;
	font-weight: bold;
	margin-left: -0.4in;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color : Maroon;
}

DIV.Myquote {
	margin-left : 0.4in;
	margin-right : 0.4in;
}


OL {
}

.JudgeQuote {
	color : Purple;
	font-weight : bold;
	text-decoration : underline;
}


LI {
	padding-bottom : 6pt;
}



A:hover
{
	color: #fc1c03;
	
}

P.indent1
{
	margin-left: .5in;
	margin-right: .5in;
}


A:visited
{
	color: #6c006c;
}



DIV.page-top {
	padding-top : 3pt;
	padding-bottom : 3pt;	
	background-color : #FFD700;
	margin-left: -0.4in;
}


DIV#page-footer {
	padding-top : 3pt;
	padding-bottom : 3pt;
	background-color : #FFD700;
	margin-left: -0.4in;
}



