body
{
font-family: "Times New Roman", "Helvetica", serif;
/*font-weight:bold;*/
text-align:center;
background-color:rgb(255,241,196);
color:#003366;
width:760px;
margin:30px auto;
}

.picturesleft
{
position:absolute;
top:0px;
right:559px;
width:190px;
}

.picturesright
{
position:absolute;
top:0px;
right:10px;
width:190px;
}

.main2
{
text-align:center;
border-top:2px gray solid;
border-right:2px gray solid;
border-left: 2px gray solid;
border-bottom:0px;
background-color:rgb(252,252,252);
}

.main
{
font-family:sans-serif;
position:relative;
width:auto;
margin-top:-20px;
text-align:center;
padding:40px 180px 40px 180px;
border-top:0px;
border-right:2px gray solid;
border-bottom:0px;
border-left:2px gray solid;
background-color:rgb(252,252,252);
}

.main3
{
text-align:center;
border-top:0px;
border-right:2px gray solid;
border-left: 2px gray solid;
border-bottom:2px gray solid;
background-color:rgb(252,252,252);
margin-top:0px;
padding-top:5px;
}

h1
{
position:relative;
top:-25px;
text-align:center;
font-size: 200%;
font-style:italic;
font-weight:900;
}

h2
{
text-align:center;
font-size: 140%;
font-weight:900;
margin-top:25px;
margin-bottom:20px;
}

.me
{
position:relative;
top:0px;
left:0px;
text-align:left;
font-weight:600;
}

.me2
{
text-align:center;
display:block;
width:120px;
font-size:150%;
font-style:italic;
position:relative;
top:0px;
left:270px;
}

p
{
margin:2em;
text-align:justify;
font-size:108%;
}

.btm
{
padding:15px;
margin:15px 0px 40px 0px;
width:92%;
text-align:center;
}

.caption
{
font-size:90%;
color:blue;
background-color:white;
}

.cr
{
display:inline;
font-size:75%;
text-align:center;
margin-bottom:25px;
}

.pad
{
padding-bottom:30px;
}

.bb
{
clear:both;
margin-top:10px;
margin-bottom:38px;
text-align:center;
font-weight:bold;
font-size:108%;
color:blue;
background-color:rgb(252,252,252);
}

.rr
{
clear:both;
margin-top:10px;
margin-bottom:88px;
text-align:center;
font-weight:bold;
font-size:108%;
color:red;
background-color:rgb(252,252,252);
}

img
{
margin-top:80px;
margin-bottom:13px;
border:2px solid black;
}

img.top
{
margin-top:0px;
}

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);
}