* { 
padding : 0;
margin : 0;
border : 0;
} 
body, html { 
color : #767676;
font-family : Arial, Helvetica, sans-serif;
background-color : #fff;
text-align : center;
font-size: 11px;
} 
body { 
margin : 100px;
} 
a { 
color : #0000cc;
text-decoration : none;
} 
a:visited { 
color : #003399;
text-decoration : none;
} 
a:hover { 
color : #0000ff;
text-decoration : none;
} 
#mainContainer { 
position:relative;
padding: 10px;
width : 300px;
margin: 0 auto;
text-align : left;
border: 1px #767676 solid;
} 
#logo {
position:relative;
font-size: 14px;
font-weight: bold;
color: #4ba0c8;
width:122px;
background-color: #fff;
top:-20px;
}
#logo a { 
text-decoration : none;
color : #4ba0c8;
} 
#logo a:hover { 
text-decoration : none;
color : #4ba0c8;
}  
#logo a:active { 
text-decoration : none;
color : #4ba0c8;
} 

#text {
position:relative;
top:-10px;
width:207px;
}

#text a { 
text-decoration : none;
color : #4ba0c8;
} 
#tags a:hover { 
text-decoration : underline;
color : #4ba0c8;
}  
#tags a:active { 
text-decoration : none;
color : #4ba0c8;
}

#image {
position:absolute;
top:20px;
left:227px;
text-align:center;
}

#tagsContainer { 
position:relative;
padding: 10px;
width : 300px;
margin: 0 auto;
text-align : left;
}

#tagsHeadline {
position:relative;
font-size: 12px;
font-weight: bold;
color: #4ba0c8;
top:30px;
}

#tags {
position:relative;
top:45px;
color:#b6b6b6;
text-align:center;
}
#tags a { 
text-decoration : none;
color : #b6b6b6;
} 
#tags a:hover { 
text-decoration : none;
color : #4ba0c8;
}  
#tags a:active { 
text-decoration : none;
color : #767676;
}
.size1 {
font-size:20px;
font-weight:bold;
} 
.size2 {
font-size:18px;
} 
.size3 {
font-size:16px;
}
.size4 {
font-size:14px;
}  
.size5 {
font-size:12px;
} 


h1 {
font-size:14px;
color:#767676;
}