#text {
font-size: 16px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
#textborder {
border: 3px solid green;
}
#header {
font-size: 18px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
#headerborder {
border: 3px solid green;
}
#header:hover {
font-weight: bold;
font-style: normal;
text-decoration: underline;
}

#Menu_Nav:visited {
color: green;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
#Menu_Nav:link {
color: green;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: underline;
}
#Menu_Nav:hover {
color: green;
font-size: 16px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}


/*User CSS*/
u {
font-size: 17px;
}

body{
font-family: verdana;
color: #005c09;
}