/* Generic Selectors */ 

body { 
font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
font-size: 8px; 
color: #333333; 
background-color: #e7e7e7; 
text-align: center;
}

.text {
font-family: Trebuchet MS, Arial, Verdana, Helvetica;
font-weight:normal;
font-size: 10px;
color: #000000;
text-align:center;
} 

.pic {
border: 8px solid #000000;
margin: auto;
text-align: center;
margin: auto;
}

/**************** Pseudo classes ****************/ 

a:link { 
color: #868686;
text-decoration: none; 
cursor: pointer;
}

a:visited { 
color: #868686;
text-decoration: none; 
cursor: pointer;
}

a:hover { 
color: #ffffff; 
text-decoration: none;
cursor: pointer;
}

a:active { 
color: #ffffff; 
text-decoration: none;
cursor: pointer;
}

