body 
{
margin-top: 0px;
margin-bottom 0px;

background-color: #FFFFFF; 
}

A:link {text-decoration: none; font-size: 14px; color: #333333; font-family: verdana;}
A:visited {text-decoration: font-size: 14px; color: #333333; font-family: verdana;}
A:active {text-decoration: font-size: 14px; color: #333333; font-family: verdana;}
A:hover {text-decoration: font-size: 14px; color: #000000; font-family: verdana;}



/*START OF - Box Model Code*/
#banner
{
width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
}



#content
{
width: 600px;
margin-left: auto;
margin-right: auto;
border-top: 2px dashed #0099FF;
border-bottom: 2px dashed #0099FF;
text-align: center;
}

#copy
{
width: 600px;
margin-left: auto;
margin-right: auto;
background-image: url(images/smallred.png);
text-align: center;
border-top: 2px dashed #FF00FF;
border-bottom: 2px dashed #FF00FF;
}
/*END OF - Box Model Code*/


/*START OF - Text & Font Properites*/
h1 
{
font-size: 14px; font-variant: small-caps; color: #000000; font-weight: normal;
}

h2 
{
font-size: 20px; font-variant: small-caps; color: #333333; text-decoration: none; text-align: center; font-weight: normal;
}

h3
{
font-size: 14px; color: #0099FF; text-decoration: none; font-family: monospace; font-weight: normal;
}


p 
{
font-size: 14px; font-weight: normal; color: #333333; font-family: verdana;
}
/*END OF - Text & Font Properites*/


/*START OF - Image Properties*/
img
{  
border-style: none;
}


img.alignright 
{
float: right; padding-left: 10px;
}

img.alignleft 
{
float: left; padding-right: 10px;
}
/*END OF - Image Properties*/


