/* CSS Document */

body {
	font-family:  "Palatino Linotype", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #CCCCCC ;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 50px;
	margin-bottom: 0px;
	background-color: #4261BC;
}


H1 {font-size: 36px}
H2 {font-size: 24px}
H3 {font-size: 18px}

A:link { color: #66CC99}  /* for unvisited links */
A:visited { color: #66CC99} /* for visited links */
A:hover { color: #FFCC66} /* when mouse is over link */