@charset "utf-8";
/* CSS Document */
body{
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #3f280e;
background:url();
}

a:link {color:#3f280e; text-decoration:underline}
a:visited {color:#e03e41; text-decoration:underline}
a:hover {color:#deb01a; text-decoration:underline}

div.container
{
text-align:center;
}
div.outer
{
width:725px;
height:auto;
padding:0px;
border:solid thick #3f280e;
margin:0px;
background:#FFFFFF url(GSIMS_header_2021.jpg) no-repeat top center; 
}

div.inner
{
width:725px;
height:auto;
margin-top:250px;
background:#FFFFFF; 
}


div.content
{
width:700px;
height:auto;
padding:10px;
margin-top:25px;
margin-bottom:25px;
/* border:solid #0f2376;*/
text-align:left;
font-family:Geneva, Arial, Helvetica, sans-serif;;
}










