* {     
        font-family: Courier;
	font-size:18px;
}
body {
        color: #ffffff;
        background-color: #00468d;
        margin: 10px 10px 20px 10px;
}
a {
        font-family:Courier;
        font-size:18px;
        color: #ffffff;
        text-decoration:none;
}
a:link {
        font-family:Courier;
        font-size:14px;
        color: #ffffff;
        text-decoration:underline;
}
a:hover {
        font-family:Courier;
	font-size:14px;
        color: #ffffff;
        text-decoration:underline;
}
a:visited {
        font-family:Courier;
	font-size:14px;
        color: #cfffcf;
        text-decoration:underline;
}

.menu {
        font-family:Courier;
        font-size:10px;
        color: #ffffff;
        text-decoration:underline;
}

.smblack {
        font-family:Courier;
        font-size:12px;
        color: #000000;
        text-decoration:none;
}

.greenborder {
	border: 2px solid green;
}

.blackborder {
	border: 3px solid black;
}

.blacktableborder {
	border-collapse: collapse;
	border: 2px solid black;
}
