a:link {
color : #05008e ;
}

a:visited {
color : #05008e ; 
}

a:hover {
color: red ;
text-decoration: none; 
}

a:active {
color : red ;
}

img {
border : 0px ;
}

.center{
text-align : center ;
}

table, td, th {
border : 0 ;
}

.wwatitle {
width : 100% ;
background-color : #4c4cc1 ;
color : white ;
font-weight : bold ;
}

.wwa {
width : 100% ;
background-color : #eff9ff ;
}

.one {
font-size : 200% ;
background-color : #2b2b6d ;
color : #ffffff ;
font-weight : bold ;
}

.two {
font-size : 170% ;
background-color : #353589 ;
color : #ffffff ;
font-weight : bold ;
}

.three {
font-size : 140% ;
background-color : #4444af ;
color : #ffffff ;
font-weight : bold ;
}

#red {
color : red ; 
}

#big {
font-size : 200% ;
} 

body {
background-image : url(background.jpg) ;
background-repeat : repeat-y ;
background-position : left ;
background-attachment : fixed ;
text-align : center ;
width : 100% ;
}

* {
margin : 0 ;
padding : 0 ;
}

div {
background-color : #e8f6ff ;
}

div img {
vertical-align : text-bottom ;
}

#body {
margin : 0 auto ;
width : 760px ;
}

#title {
width : 100% ;
border-top : 10px #0066cc solid ;
border-bottom : 10px #0066cc solid ;
padding : 10px 0 ;
}

#menue {
float : letf ;
width : 200px ;
}

#main {
float : right ;
width : 550px ;
border-left : medium #a2d2f0 solid ;
text-align : left ;
}

#comment {
width : 100% ;
clear : both ;
}

#footer {
width : 100% ;
clear : both ;
font-size : x-small ;
border-top : medium #a2d2f0 solid ;
}