/* unvisited link */

a {
    color: #000000;
    font-family: "Trebuchet MS";
    text-decoration: none;
}

a:link {
    color: #000000;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #000000;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FF4444;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #000000;
    text-decoration: none;
}

h1 {
    color: #000000;
    font-family: "Trebuchet MS";
    text-decoration: none;
}

h2 {
    color: #FF4444;
    font-family: "Trebuchet MS";
    text-decoration: none;
}

a.copyright {
    position: relative;
    font-family: "Trebuchet MS";
    vertical-align: text-bottom;
}

table {
	width: 750px;
	border: 0px;
}

td {
	width: 250px;
    vertical-align: text-top;
	text-align: center; 	
}
