/* Main CSS Ballistic Learning */

body {
margin-top: 11px;
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

.menulinks {
color: #003399;
line-height: 17px;
}

a:link {
color: #003399;
text-decoration: none;
}

a:visited {
color: #003399;
text-decoration: none;
}

a:hover {
color: #003300;
text-decoration: underline;
}