/* CSS Document */

body { 
font-family: Arial, Helvetica, sans-serif; 
background-image: url(../images/content.gif); 
background-repeat: repeat-y; 
background-attachment: fixed; 
background-position: left top; 
padding: 16px 24px 0 80px;
width:410px;
}

p { 
font-family: Arial, Helvetica, sans-serif; 
color:#036; 
font-size: 14px;
}

h1 {
  	 font-family: Arial, Helvetica, sans-serif;
	 color:#036;
	 font-size: 15px;
}

h2 {
  	 font-family: Arial, Helvetica, sans-serif;
	 color:#036;
	 font-size: 13px;
}
a:link { color: #036; font-size: 12px; }
a:visited { color: #036; font-size: 12px; }
ul { color: #036; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
h3 { color: #036; font-size: 12px; font-weight: normal; font-style: italic; }

