body {
    background-color : #cccccc;
    font-family : Verdana, Helvetica, 'sans-serif';
    font-size : 12px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


a {
    color : #3c66c6;
    font-weight : bold;
    text-decoration : underline;
  }


table {
    font-family : Verdana, Helvetica, 'sans-serif';
    font-size : 12px;
  }


a:hover {
    color : #cc3c0c;
    font-weight : bold;
    text-decoration : underline;
  }


h1 {
    font-size : 16px;
    font-weight : bold;
  }


h2 {
    font-size : 14px;
    font-weight : bold;
  }

.small {
    font-size : 10px;
  }

.navbar {
	font-weight: bold;
	color: #FFFFFF;
}
.navbar a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar a:hover {
	font-weight: bold;
	color: #FFFF33;
}
