body {
background: url("../images/background.gif");
font-family: arial;
font-size: 11px;
color: #000000
}

#container {
width: 800px;
margin: 10px;
background-color: #FFFFFF;
border: 1px solid grey
}

#title {
width: 800px;
background-color: #143249;
}

#nav {
width: 800px;
background-color: #777777;
border-top: 1px solid black;
border-bottom: 1px solid black
}

#nav table {
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
letter-spacing: 2
}

#nav a:link {
color: #FFFFFF;
text-decoration: none
}

#nav a:visited {
color: #FFFFFF;
text-decoration: none
}

#nav a:hover {
color: #6699FF;
text-decoration: none
}

#nav a:active {
color: #FFFFFF;
}

#main {
width: 800px;
background-color: #FFFFFF
}

#main table {
font-family: arial;
font-size: 11px;
color: #000000
}

#main a:link {
color: #000000;
text-decoration: underline
}

#main a:visited {
color: #000000;
text-decoration: underline
}

#main a:hover {
color: #6699FF;
text-decoration: underline
}

#main a:active {
color: #000000;
}

#tag {
width: 800px;
background-color: #143249;
border-top: 1px solid gray
}

#tag table {
font-family: arial;
font-size: 11px;
color: #FFFFFF;
letter-spacing: 1
}

#tag a:link {
color: #FFFFFF;
text-decoration: none
}

#tag a:visited {
color: #FFFFFF;
text-decoration: none
}

#tag a:hover {
color: #FFFFFF;
text-decoration: none
}

#tag a:active {
color: #FFFFFF;
}

.normal {
font-family: arial;
font-size: 12px;
color: #000000
}

.content {
height: 334px;
background-color: #FFFFFF;
padding-top: 6px;
font-family: arial;
font-size: 12px;
color: #000000