body		{	font-family: 		Arial;
			color:			#eeeeee;
			margin:			10;
			border:		thick double red;
			scrollbar-base-color:	red; 
			background-color:	#000000;		}
			
p		{	color:			#eeeeee;		}

li		{	color:			#eeeeee;		}

table		{	border-color:		#ffff00;		}

td		{	border-color:		#ffff00;
			font-family: 		Arial;
			text-align:  		center;			}

a		{	color:			#00aaff;
			text-decoration:	none;			}

a:hover		{	text-decoration:	underline overline;	}

a:visited	{	color:			#00aaff;		}

h1  		{	font-size : 		large;
			font-family : 		Arial, Helvetica;
			font-weight : 		bold;
			font-style : 		normal;
			color : 		#8888ff;		}

h2  		{	font-size : 		medium;
			font-family : 		Arial, Helvetica;
			font-weight : 		bold;
			font-style : 		normal;
			color : 		#aa5555;		}

h3  		{	font-size : 		small;
			font-family : 		Arial, Helvetica;
			font-weight : 		bold;
			font-style : 		normal;
			color : 		#aaaaaa;
			text-decoration : 	underline;		}

h4  		{	font-size : 		small;
			font-family : 		Arial, Helvetica;
			font-weight : 		normal;
			font-style : 		normal;
			color : 		#aaaaaa;		}
			
tt		{	font-family:		cursive;		}

br		{	color:			#aa0000;		}

