body{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
    font-size: 12px;
}

h1{
    font-size: 14px;
}

.menu {
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight:bold;
}

table.content_1 {
	border: 1px solid #ff9900;
    width:300px;
}

table.content_1 td {
    font-size: 12px;
}

table.content_1 th {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #ff9900;
}

table.content_1 a {
    font-size: 12px;
    color: black;
    text-decoration: none;
}

table.content_1 a:hover {
    font-size: 12px;
    color: black;
    text-decoration: underline;
}
table.content_1 a:visited {
    font-size: 12px;
    color: black;
    text-decoration: none;
}