body
{
width:760px;
position:relative;
top:0px;
left:0px;
font-family: "Times New Roman", "Helvetica", serif;
font-weight:normal;
text-align:left;
background-color:rgb(255,241,196);
color:#003366;
margin:30px auto 30px auto;
}

.main
{
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;
}

.me
{
display:block;
width:130px;
font-size:150%;
font-style:italic;
font-weight:600;
position:relative;
top:20px;
left:260px;
}

.left
{
float:left;
padding:5px 36px 20px 36px;
}

.right
{
float:right;
padding:5px 36px 20px 36px;
}

.centre
{
display:block;
margin:auto;
}

p
{
margin:2em;
text-align:justify;
font-size:108%;
}

.btm
{
padding:15px;
margin:15px;
width:92%;
margin-bottom:40px;
text-align:center;
}

.caption
{
font-size:90%;
color:blue;
background-color:white;
}

.contact
{
font-size:100%;
font-weight:normal;
padding:0px 0px 40px 60px;
color:blue;
background-color:inherit;
}

.cr
{
display:block;
font-size:75%;
text-align:center;
}

.etbl
{
position:absolute;
top:20px;
left:20px;
}

.etbr
{
position:absolute;
top:20px;
right:20px;
}

.b
{
padding-top:20px;
margin:auto;
clear:both;
width:75%;
text-align:center;
font-weight:bold;
}

.pad
{
padding-bottom:30px;
}

.bb
{
clear:both;
margin-top:60px;
margin-bottom:88px;
text-align:center;
font-weight:bold;
font-size:108%;
color:red;
background-color:rgb(252,252,252);
}

.inv
{
color:rgb(255,241,196);
margin:0px;
padding-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);
}