body {
	font-family: Times New Roman, Times en Garamond, Arial, Helvetica, sans-serif;
	background-image: url(images/backgroundbasis2.jpg);
	background-color: #150305;
	background-repeat: no-repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p  { font-size: 17px ;font-weight: normal; color: #000000}
h6 { font-size: 16pt;font-weight: normal; color: #00ff00}
h2 { font-size: 16pt;font-weight: large; color: #ff0000}
h1 { font-size: 16pt;font-weight: large; color: #000000}

footer { font-size: normal;font-weight: normal; color: #FF0000}


/*regular link not visited*/
a:link { font-size: 12pt;
		font-family:"Times New Roman", Times, serif;
		font-style:normal;
		font-weight:800;
		color:#FF0000
		}
		
		
/*regular link already visited*/
a:visited { font-size: 12pt;
		font-family:"Times New Roman", Times, serif;
		font-style:normal;
		font-weight:300;
		color: #FF0000

		}
		
/*any link with the mouse cursor currently over it*/
a:hover { font-size: 12pt;
		font-family:"Times New Roman", Times, serif;
		font-style:normal;
		font-weight:800;
		color: #ffff00;
		}
		
/*List */

UL  { 
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: 1em; 
	padding-left:0px; 
	font-size: 14pt;
	font-weight: normal; 
	color: #000000
	}