body 
	{ 
	color: black; background-color: white; 
	}

p 	
	{

	}

list1
	{
	position:absolute;
	left:50px;
	top:50px; 
	} 

.news 
	{ 
	background: #ffcc00;
	font-family: Verdana, Arial, Helvetica,sans-serif; 
	padding: 10px;
	border:dotted white;
	width:17em;
 	position: absolute;
	top: 345px;
	right: 120px;
} 

.imgnews
	{
	position:absolute;
	top:175px;
	right:180px; 
	border: 2px solid white;
	}

td 
	{

	}

a:link 
	{ 
	color: blue 
	}

a:visited 
	{ 
	color: purple 
	}

a:hover 
	{ 
	color: purple 
	}

a:active 
	{ 
	color: red 
	}

h1
	{
	font-size:60%; 
	text-decoration:none; 
	color:black; 
	font-family: Verdana, Arial, Helvetica,sans-serif; 
	font-size:normal; 
	font-variant:normal;
	}

h2	{
	color:aa0000;
	}


