BODY {
 background-color: #FFFFFF;
 color: #000000;
 text-align: left; 
 font-family : tahoma, sans-serif;
}
A:link { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : tahoma, sans-serif; background-color: white; }

A:active { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : tahoma, sans-serif; background-color: red;  }

A:visited { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : tahoma, sans-serif; background-color: white; }

A:hover { font-size : 12px; font-weight : bold; font-style : normal; color : black; text-decoration : none; 
font-family : tahoma, sans-serif; background-color: red;  }



H1 {
 font: bold large tahoma, sans-serif;
}
H2 {
 font: italic large tahoma, sans-serif;
}
#news {
 border: medium solid red;
 /margin: 2%;
 padding: 0.5%;
}
#header {
 background-color: red;
 text-align: center;
 /margin: 2%; 
}
#sponsors {
}

/* Layout */

#header {
 position: absolute;
 width: 950px;
 top: 20px;
 left: 20px;
 height: 1,8em;
}

#news {
 position: absolute;
 width: 170px;
 top: 80px;
 left: 785px;
}

#main {
 position: absolute;
 width: 585px;
 top: 80px;
 left: 180px;
}

#sponsors {
 position: absolute;
 width: 100px;
 top: 80px;
 left: 20px;
}





/#news {
/ float: right;
/ width: 20%;
/}
/#sponsors {
/ float: left;
/ width: 20%;
/}

