body {
        background-color:#63bce0;
        background-position:top left;
        background-attachment:fixed;
        background-repeat:repeat;
        text-align:center;
	}

font, div, text, .text { 
	color:#000;
	font-family:tahoma;
	font-size:10px;
	line-height:11px;
	text-transform:none;
	text-decoration:none; 
	font-weight:normal; 
        text-align:center;
	}

a:active, a:visited, a:link { 
	color:#000;
	font-family:verdana;
	font-size:10px;
	line-height:11px;
	text-transform:none;
	text-decoration:none; 
	font-weight:normal; 
	}

a:hover { 
	color:#005374;
	font-family:verdana;
	font-size:10px;
	line-height:10px;
	text-transform:none;
	text-decoration:none; 
	font-weight:normal; 
	}

h1 {
	color:#000;
	font-family:tahoma;
	font-size:28px;
	line-height:30px;
        text-align:center;
        border-bottom:1px dotted black;
        }

h2 {
	color:#000;
	font-family:tahoma;
	font-size:20px;
	line-height:21px;
        text-align:center;
        }

#content {
	float:center;
	width:400px;
        height:200px;
        overflow:auto;
        background-color:#8ec8e0;
	}