html,body 
{
	margin: 0px;
	padding: 0px;
}

body
{
	scrollbar-3dlight-color:#7085CB; 
	scrollbar-arrow-color: black; 
	scrollbar-base-color: black; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #7085CB;
	scrollbar-highlight-color: #7085CB; 
	scrollbar-shadow-color: #7085CB; 
	scrollbar-face-color: white;
	background-color: white;	
	background-image: url(images/64.jpg);
}

body, div, input, textarea
{
	font-family: tahoma, sans-serif; 
	font-size: 12px;
	color: navy;
}

A.menuA
{
	color: black;
	font-weight: bold; 
}
a.menu
{
	color: black;
}

a
{
	color: Blue;
	text-decoration: none;
}

A:hover {text-decoration: underline;  color: #7085CB;}


A:active
{
	color: #FF8000;
}

div.menu
{
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

div.me
{
	background-image: url(images/me.jpg);
	background-repeat: no-repeat;
}
div.main
{
	background-image: url(images/main.gif);
	background-repeat: no-repeat;	
	background-attachment: fixed;
	background-position: 270 70;
}
div.mainO
{
	background-image: url(images/main.gif);
	background-repeat: no-repeat;	
}

p.thin
{
	margin-top: 10px;
}

p.verythin
{
	margin-top: 5px;
}
ol
{
	margin-left: 30px;
	text-align: left;
}

