@import url("style.css");

h1 {
font-family: Arial;
font-size: 28px;
font-weight: bold;
color: #00f;
}
.n-1 {
font-family: Arial;
font-size: 18px;
color: #333;
line-height: 160%;
}
.f-1 {
font-family: Arial;
font-size: 12px;
color: #333;
line-height: 160%;
}
p.f-2 {
margin: 5 0 5 0px;
font-family: Arial;
font-size: 12px;
color: #333;
line-height: 160%;
}
p.f-3 {
margin: 35 0 0 0px;
font-family: Arial;
font-size: 13px;
color: #333;
line-height: 160%;
}
p.f-4 {
margin: 10 0 25 8px;
font-family: Arial;
font-size: 12px;
color: #333;
line-height: 180%;
}
p.f-5 {
margin: 60 0 25 0px;
font-family: Arial;
font-size: 11px;
color: #333;
line-height: 160%;
}
.f-l:link {
color: 900;
}
.f-l:visited {
color: #900;
}
.f-l:hover {
color: #f00;
}
.f-l:active {
color: #900;
}
div.table {
height: 120;
width: 420;
color: #333;
text-align: center;
margin: 30 10 10 65px;
padding-top: 8;
font-size: 12px;
padding-left: 5;
border-bottom: #ccc 1px solid;
border-left: #ccc 1px solid;
border-right: #ccc 1px solid;
border-top: #ccc 1px solid;
}
div.table a:link {
color: #666;
text-decoration: underline;
}
div.table a:visited {
color: #666;
text-decoration: underline;
}
div.table a:hover {
color: #000;
text-decoration: none;
}
div.table a:active {
color: #666;
text-decoration: underline;
}