body {
font-family:verdana;
margin: 0;
}

td.cuerpo a:link {text-decoration:underline; color:#00008B;}
td.cuerpo a:active {text-decoration:underline; color:#ff0000;}
td.cuerpo a:visited {text-decoration:underline; color:#8B0000;}
td.cuerpo a:hover{color:red;}

td.navbutton a:link {text-decoration:none; color:black;}
td.navbutton a:active {text-decoration:none; color:black;}
td.navbutton a:visited {text-decoration:none; color:black;}
td.navbutton a:hover{text-decoration:underline; color:black;}

div.navbutton a:link {text-decoration:none; color:#36578C;}
div.navbutton a:active {text-decoration:none; color:#36578C;}
div.navbutton a:visited {text-decoration:none; color:#36578C;}
div.navbutton a:hover{text-decoration:underline; color:#36578C;}

td.navbutton2 a:link {text-decoration:none; color:#36578C;}
td.navbutton2 a:active {text-decoration:none; color:#36578C;}
td.navbutton2 a:visited {text-decoration:none; color:#36578C;}
td.navbutton2 a:hover{text-decoration:underline; color:#36578C;}

div.navbutton2 a:link {text-decoration:none; color:black;}
div.navbutton2 a:active {text-decoration:none; color:black;}
div.navbutton2 a:visited {text-decoration:none; color:black;}
div.navbutton2 a:hover{text-decoration:underline; color:black;}

div.homebutton a:link {text-decoration:none; color:white;}
div.homebutton a:active {text-decoration:none; color:white;}
div.homebutton a:visited {text-decoration:none; color:white;}
div.homebutton a:hover{text-decoration:underline; color:white;}

.menucont {
//background: #eeeeee;
//border-top: 1px solid gray;
//border-bottom: 1px solid gray;
//margin: 0;
//padding: 0 5px 0 5px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 170px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #606060;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
border-top: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Verdana;
color: #36578C;
position: relative;
background: #eeeeee;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
padding-right: 8px; /*link text is indented 8px*/
text-decoration: none;
text-align: left

}

.urbangreymenu ul li a:visited{
color: #36578C;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: white;
background: #2F4F4F;
}


