body {
	font-family: "comic Sans MS", Arial, "times New Roman" Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FF0000;
	background-image: url(images/backgroundbasis2.jpg);
	background-color: #150305;
	background-repeat:repeat;
}

td {
	font-family: "comic Sans MS", Arial, "times New Roman" Arial, Helvetica, sans-serif;
	font-size: 17px ;font-weight: normal; color: #FFeeee; 	font-style:italic; 
}

th {
	font-family:  "comic Sans MS", Arial, "times New Roman" Arial, Helvetica, sans-serif;
}

p  { font-size: 17px ;font-weight: normal; color: #FFeeee; 	font-style:italic;}
h6 { font-size: 16pt;font-weight: normal; color: #00ff00}
h2 { font-size: 32pt;font-weight: 200; color: #ff0000}
h1 { font-size: 16pt;font-weight: 200; color: #ff0000}

footer { font-size: medium ;font-weight: normal; color: #FF0000}


/*regular link not visited*/
a:link { font-size: 12pt;
		font-family: "comic Sans MS", Arial, "times New Roman";
		font-style:normal;
		font-weight:800;
		color:#FF2222;
		}
		
		
/*regular link already visited*/
a:visited { font-size: 12pt;
		font-family:"comic Sans MS", Arial, "times New Roman";
		font-style:normal;
		font-weight:300;
		color: #FF2222;

		}
		
/*any link with the mouse cursor currently over it*/
a:hover { font-size: 12pt;
		font-family:comic Sans MS,"times New Roman", Garamond, Times, Arial, Helvetica, sans-serif;
		font-style:normal;
		font-weight:800;
		color: #ffff00;
		}
		
/*List */

UL  { 
	margin-top: 3px;
	margin-bottom: 3px; 
	margin-left: 1em; 
	padding-left:0px; 
	font-size: 12pt;
	font-style:normal;
	font-weight: normal; 
	color: #FF2222;
	list-style-position:outside;
	list-style-type: square;
	}
