/* Background */
body{background-color: #669999; font-family: arial; font-size: 12px; color: black}

/* Navigation */
a.menu:link{color: #FFFF99; font-size: 14px}
a.menu:visited{color: #FFFF99; font-size: 14px}
a.menu:hover{color: #FFFF00; font-size: 14px}
a.footer{color: #FFFF66}
a.footer{font-size: small}
a.footer:link{color: #FFFF66}
a.footer:visited{color: #FFFF66}
a.footer:hover{color: #FFFF00; font-weight: normal}
div.top{text-align: center; font-size: small; color: #FFFFFF}
div.header{text-align: center; font-size: 14px; font-weight: bold}
.text{font-size: 12px}
.frontpage{font-size: 14px; text-align: center}

/* Links */
a{text-decoration: none}
a:link{color: #000000}
a:visited{color: #000000}
a:hover{color: #006600; font-weight: bold}

/* Images */
img{border: 0px}

/* Tables */
table{border-collapse: collapse; border-style: none; font-size: 14px}
table.layout{border-collapse: collapse; border-style: solid; border-color: #FFFFFF; font-size: 16px}
td{vertical-align: top}

/* Bulleted Lists*/
ul{list-style: disc outside url("images/bullet.png")}
