*{
    margin: 0;
    padding: 0;
}
body{
	font-size: 14px;
	font-family: Arial, Verdana;
	text-align: justify;
	color: #333;
}
a{
    color: #679BCF;
    text-decoration: none;    
}
a:hover{
    text-decoration: underline;
}
h2{
    font-size: 20px;
    color: #679BCF;
    padding: 10px 0px 5px 0px;
    border-bottom: 2px dotted #CCC;
}
h3{
    font-size: 17px;
    color: #3B7EBF;
    padding: 0 0px 5px 0px;
    border-bottom: 2px dotted #CCC;
}
h4{
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 10px;
}
p{
    padding: 5px 0px;
    font-size: 11px;
    line-height: 14px;
}
.bold{
    font-weight: bold;
}
#container{
    width: 900px;
    margin: 5px auto;
}
#content{
    padding: 5px;
    clear: both;
}

#footer{
    padding-top: 20px;
}
