a{
	color : Blue;
}

a:visited{
	color : #483D8B;
}

a:hover{
	color : #DC143C;
}

a:active{
	color : #FFB6C1;
}

b{
	font-weight : bolder;
}

body,td{
	color : Black;
	background-color : #f7fdec;
	font-family : Arial,Helvetica,sans-serif;
	font-size : smaller;
	font-weight : bold;
	scrollbar-face-color : #b6f3a0;
	scrollbar-arrow-color : #2F4F4F;
	scrollbar-base-color : #2F4F4F;
	scrollbar-highlight-color : #20B2AA;
	scrollbar-track-color : #f7fdec;
	scrollbar-shadow-color : #2F4F4F;
	text-align : left;
}

h1{
	color : #800040;
	font-size : x-large;
	font-weight : bold;
	text-align : center;
}

h2{
	color : Black;
	font-size : large;
	font-weight : bold;
	text-align : center;
}

h3{
	color : #004f0e;	
	font-size : medium;
	font-weight : normal;
	text-align : center;
}


TABLE {
	border : 0px none;
}

i{
	font-style : italic;
}

.auth{
	color : #8000FF;
	background : #F7FDEC;
	font-size : xx-small;
	font-style : italic;
	font-weight : normal;
	font-family : Arial,Helvetica,sans-serif;
}

.bar{
	border : medium ridge #00FA9A;
	background : #b6f3a0;
	font : bolder xx-small/1em "Comic Sans MS",Arial,Helvetica,sans-serif;
	text-align : center;
	vertical-align : middle;
}

.cr{
	text-align : center;
}

.head{
	padding-left : 3em;
	background : #b6f3a0;
	font : bolder x-small/2em Arial,Helvetica,sans-serif;
	text-decoration : underline;
	}

.hh2{
    color : Black;
	background-color : #F7FDEC;
	font-size : large;
	font-weight : bold;
	text-align : center;
}

.hh3{
    color : Black;
	background-color : #F7FDEC;
	font-size : larger;
	font-weight : bold;
	text-align : center;
}

#curbar{
	border : medium solid #FF6347;
	background : #E9967A;
	font : bolder xx-small/1em "Comic Sans MS",Arial,Helvetica,sans-serif;
	text-align : center;
	vertical-align : middle;
}

