BODY, table {
	background-color:#FFFF99;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	
	scrollbar-3dlight-color:#993300;/*very last bg*/
           scrollbar-arrow-color:#993300;/*small arrow*/
           scrollbar-darkshadow-color:#000099;/*hightlight on the right*/
           scrollbar-face-color:#0066FF;/*main body part*/
           scrollbar-highlight-color:#FFFFE1;/*back main part*/
           scrollbar-shadow-color:#FF0000;/*back right part*/
		   
margin-top: 0;
margin-left:0;
margin-right: 0;
margin-bottom: 0;
	
}




p{
	margin-left:10px;
	margin-right:10px;
	
	
}

h1{
	font-size: 20px;
	margin-left:25px;
	text-align: center;



}

a:link{
	text-decoration: underline;
	color: black;

}

a:active{
	text-decoration: underline;
	color: #FF0000;

}

a:hover{
text-decoration: underline;
	color: #FF0000;
}



input, select, textarea, radio {
	background-color: #E8EEFF;
	color: #000000;
	
	}
	
	
	
	
	
	ul{
	list-style-image:     url(file:///C|/mywebsites/letonline.ie/www/library/bullet_dark.gif);
	}
	li{
	margin-top:15px;
	}
	
	
