/* CSS Document */

body{  
scrollbar-face-color:rgb(0,0,0); 
scrollbar-base-color:rgb(0,0,0); 
scrollbar-3dlight-color:rgb(142,0,1); 
scrollbar-shadow-color:rgb(0,0,0); 
scrollbar-darkshadow-color:rgb(142,0,1); 
scrollbar-highlight-color:rgb(142,0,1); 
scrollbar-track-color:rgb(0,0,0); 
scrollbar-arrow-color:rgb(142,0,1); 
}

h1,h2,h3,h4,h5,h7 {
	color: rgb(142,0,1);
	font-family: Tahoma;
	font-style: bolder;
	margin: 5px;
}

h4 {color: #f5c884; text-decoration: none;
}

h6 {
	color: #f5c884; text-decoration: none;
	margin: 10px;
}

p,ol {
	color: #ffffff; margin: 20px;
	font-family: Tahoma;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
}

ol {
	color: #009900; margin: 25px;
	font-family: Tahoma;
	font-size: 14px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
}

hr {
	color: rgb(142,0,1);
}

img {
	Margin: 5px;
	}
	
a:link {color: #f5c884; text-decoration: none; font-family: Tahoma;font-style: bolder;}
a:visited {color: #f5c884; text-decoration: none; font-family: Tahoma;font-style: bolder;}
a:hover { color: rgb(142,0,1); text-decoration: underline; font-family: Tahoma;font-style: bolder;}

input:focus { background:yellow;}


