@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height:120%;
}

p, .p {
 font-size: 12px;
}

.h1{
 font-size: 40px;
 color:#FFFF99;
}

.names {
	font-size: 10px;
	color: #ffffff;
	line-height:16px;
}

a, a:link, a:visited {
 color: #990000;
 text-decoration: none;
}

a:hover {
color: #000000;

}

.p a:hover {
color: #000000;

}

.h2{
 font-size: 30px;
 color:#990000;
 line-height:32px;
}

.h3{
 font-size: 20px;
 color:#990000;
 line-height:22px;
}

.h4{
 font-size: 16px;
 line-height:24px;
}

.intro{
font-size: 14px;
line-height:20px;
}

a.posLink{
color:#660000;
}


.bottom {
position:absolute;
bottom:0;
margin-left:auto;
margin-right:auto;
text-align:center;
width:98%;
}
