
BODY{
	background-color : Rgb(255,255,238);
	color: rgb(107,102,132);
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 60px;
	font-family : Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : Rgb(180,200,180);
	scrollbar-arrow-color : Rgb(0,0,255);
	scrollbar-base-color : Rgb(90,100,90);
	scrollbar-darkshadow-color : Rgb(0,0,255);
	scrollbar-face-color : Rgb(215,224,175);
	scrollbar-highlight-color : Rgb(0,0,255);
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : Rgb(150,175,169);
	border-style : solid;
	border-color: Rgb(234,221,207);
	border-left-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 6px;
	font-size : small;
	
}	

A{
	font-family : Arial, Helvetica, sans-serif;
	color : rgb(102,93,200);
	text-decoration: none;
	font-size : small;
}

A:HOVER{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size : small;
}

A:VISITED{
	font-family : Arial, Helvetica, sans-serif;
	color : rgb(180,100,145);
	font-size : small;
}

IMG.LOGO{
	position: absolute;
	top: 0px;
	left: 0px;
}
A.IMG:VISITED{
	color: Rgb(255,0,0);
}

A.LINKIT{
	font-family : Arial;
	font-size : small;
	font-style : normal;
	border : 1px solid Black;
	color: Rgb(255,255,255);
	background-color : Rgb(107,178,210);
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
}

A.LINKIT:VISITED{
	font-family : Arial;
	font-size : small;
	font-style : normal;
	border : 1px solid Black;
	color: Rgb(255,255,255);
	background-color : Rgb(107,178,210);
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
}

A.LINKIT:HOVER{
	font-family : Arial;
	font-size : small;
	font-style : normal;
	border : 1px solid Black;
	color: Rgb(255,255,255);
	background-color : Rgb(107,158,191);
	text-decoration : none;
	padding-left : 2px;
	padding-right : 2px;
}

UL{
	list-style-type: square;
}

P:FIRST-LETTER{
	font-size : larger;
}

P{
	clear: none;
}

H4{
	font-size : larger;
}