/*======= index.html =======*/
body {
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
    background-color:#99CCFF;
}
h1{
color:#FFFFFF;
text-shadow: 2px 2px 2px #999; 
}
h1 a:link {
color:#FFFFFF;
text-shadow: 2px 2px 2px #999;
text-decoration: none;
}
h1 a:hover {
color:#FFFFFF;
text-shadow: 2px 2px 2px #999;
text-decoration: underline;
}
strong {
font-size: 18px;
color:#000033;
}
a:link {
color:#003366;
text-decoration: underline;
}
a:visited {
color:#003366;
text-decoration: underline;
}
a:hover {
color:#000033;
text-decoration:underline;
}
a:active {
color: #333333;
}

p {
	margin: 1em;
}
.comments {

	padding: 2px;
	margin-top:3em;
	text-align:center;
}

#centerdiv {
	position:relative;
    margin:auto;
	top: 20%;
	width:60%;
    border: 1px solid #FFF;
	

}
#centerdiv  strong{
    padding-left:40px;
}

#page1 #content .col-1 {width:235px;padding-right:14px;}
#page1 #content .col-2 {width:144px;padding-right:20px;}
#page1 #content .col-3 {width:176px;}

