/* CSS Document */

a{
font-family:Verdana;
font-size:10px;
color:#0000CC;
text-decoration:underline;
}

a:hover{
font-family:Verdana;
font-size:10px;
color:#0033FF;
text-decoration:underline;
}

a:visited{
font-family:Verdana;
font-size:10px;
color:#0000CC;
text-decoration:underline;
}

p{
font-family:Verdana;
font-size:14px;
color:#333333;
}

.galeria{
font-family:Verdana;
font-size:14px;
color:#0000CC;
text-decoration:underline;
}

.galeria:hover{
font-family:Verdana;
font-size:14px;
color:#0033FF;
text-decoration:underline;
}

.galeria:visited{
font-family:Verdana;
font-size:14px;
color:#0000CC;
text-decoration:underline;
}

li{
font-family:Verdana;
font-size:14px;
color:#333333;
}
