body
{
max-width:760px;
position:relative;
top:0px;
left:0px;
font-family: "Times New Roman" "Helvetica" serif;
/*font-weight:bold;*/
text-align:left;
background-color:rgb(255,241,196);
color:#003366;
margin:30px auto;
}


.main
{
text-align:center;
position:relative;
border:2px gray solid;
margin:auto;
width:750px;
background-color:rgb(252,252,252);
}



h1
{
position:relative;
top:-25px;
text-align:center;
font-size: 200%;
font-style:italic;
font-weight:900;
}

h2
{
padding:80px 0px 10px 0px;
text-align:center;
font-size:150%;
}

img
{
border: 2px gray solid;
margin:20px 20px;
}

.left
{
text-align:left;
margin-top:80px;
margin-left:80px;
}

.red
{
color:red;
background-color:rgb(252,252,252);
}

.me2
{
display:block;
width:120px;
margin-top:50px;
text-align:center;
font-size:150%;
font-style:italic;
position:relative;
top:-15px;
left:293px;
}

.me
{
position:relative;
top:0px
left:0px;
text-align:left;
}

.btm
{
padding:15px;
margin:65px auto 40px auto;
max-width:600px;
text-align:center;
}

.cr
{
display:inline;
font-size:75%;
text-align:center;
}

.pad
{
padding-bottom:30px;
}

a.button
{
border:2px black solid;
font-size:14px;
padding:2px 6px;
min-width:75px;
background-color:rgb(255,241,196);
}

a.button:link
{
color:rgb(00,33,66);
background-color: rgb(255,241,196);
text-decoration: none;
}

a.button:visited
{
color:#999;
background-color:rgb(251,241,196);
text-decoration: none;
}

a.button:hover
{
background-color: rgb(255,241,196);
color:red;
text-decoration: none;
}

a.button:active
{
color:red;
background-color: rgb(255,241,196);
}