/*
Global styles - these are the styles attached to all pages
*/
/*
Global styles:
body - the style applied to the body of each page
td - the style applied to all table cells
p - the style applied to all paragraphs
a &amp; a:hover - the styles applied to links
*/
body
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
margin: 0px;
border: 0px;
background-image: url(/_resources/files/Body_Back.jpg);
text-align: center;
}
html, form, body
{
width: 100%;
height: 100%;
}
p
{
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
color: #000;
}
a
{
text-decoration: underline;
color: #000;
}
a:hover
{
text-decoration: none;
color: #000;
}
h1
{
margin-top: 10px;
font-size: 21px;
}
h2
{
margin-top: 7px;
font-size: 16px;
}
/*
Template styles
*/
#topbar
{
margin: 0px;
padding-top: 0px;
padding-bottom: 2px;
width: 852px;
}
