/* CSS Document */

.title{
font-family: times, tahoma;
font-size: 30px;
color: black;
font-weight: bold;
}

.content{
font-family: times, tahoma;
font-size: 15px;
color: #000000;
}

.tailbar{
font-family: times, tahoma;
font-size: 22px;
color: #000000;
font-weight: bold;
}

.tailbar2{
font-family: times, tahoma;
font-size: 15px;
color: #666666;
font-weight: bold;
}

.menu{
font-family: times, tahoma;
font-size: 11px;
color: #000000;
}

#menu A:link {     COLOR: red; TEXT-DECORATION: underline; }
#menu A:visited {  COLOR: red; TEXT-DECORATION: underline; }
#menu A:hover {    COLOR: blue; TEXT-DECORATION: underline; }

.home{
font-family: times, tahoma;
font-size: 11px;
color: #000000;
}

#home A:link {     COLOR: red; TEXT-DECORATION: underline; }
#home A:visited {  COLOR: red; TEXT-DECORATION: underline; }
#home A:hover {    COLOR: blue; TEXT-DECORATION: underline; }

h2{
font-family: times, tahoma;
font-size: 15px;
color: red;
}

h4{
font-family: times, tahoma;
font-size: 16px;
color: #000000;
}


body{
margin-top: 15px;
margin-bottom: 15px;
background-color: #333333;
}

