body, th, td, pre {

    font-family: verdana,arial,helvetica,sans-serif;
}

body { background-color: #ffffff; }

h1, h2, h3 {
    font-weight: bold;
    color: #000033;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center
}

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

A { 
    font-family: verdana,arial,helvetica,sans-serif;
	 font-weight: bold;
    text-decoration: none;
}
	
A:link { color: #3d4d81; }
A:visited { color: #3d4d81; }
A:active { color: #3d4d81; text-decoration: underline; }
A:hover { text-decoration: underline; }

.wrapper {
	margin:0 auto;
	width:500px;
	background:#ffffff;
 }
	
.header {
	height:89px;
	background:url(./images/top.png) no-repeat;
	}
	
.text {
  text-align:left;  
  font-size:12px;
  margin-top:10px;
  width:490px;
}

.line {
	height:8px;
	background:url(./images/line.png) no-repeat;
	margin-top:10px;
	}
	
.link {
  text-align:center;  
  font-size:14px;
}
