body {
color: black; 
font-family: verdana;
font-size: 10pt; 
background-image:  url('images/xback.gif'); 
background-repeat: repeat; 
overflow: auto;
}

#wrapper { 
 margin: 0 auto;
 width: 750px;
 padding: 0px;
 background: white;
 border-top: 5px double #f95e91; 
 border-left: 5px double #f95e91; 
 border-right: 5px double #f95e91;
 border-bottom: 5px double #f95e91; 
}

h1
{
color: #606060; 
font-family: verdana;
font-size: 10pt; 
text-align: center;
}

h2
{
color: #000000; 
font-family: verdana;
font-size: 14pt; 
text-align: center;
}

p {text-align: center; }

a {color: #e2084f; text-decoration: underline;}
a:hover {color: silver; text-decoration: none;}
a:visited: {color: white; text-decoration: underline;}

img { border: 0; }
a:img { border: none; }
a:img hover {decoration: underline }
