#container { 
width : 500px; 
height : 200px; 
margin : 0 auto; 
} 
body { 
background-color : #ffffff; 
} 
.linktext { 
font-family : Tahoma, Geneva, sans-serif; 
font-size : 11px; 
color : #000; 
} 
a:hover { 
color : #0cf; 
} 
a:active { 
color : #000; 
}