@charset "UTF-8";
/* CSS Document */
a {
color: #777883;
text-decoration:none;

}
a:hover{
color: #5c6995;
text-decoration: underline overline;
}

h2 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}
#small {
	font-size: 90%;
}
h3 {
	font-size: 85%;
	font-weight:100;
	/*font-variant:small-caps;*/
	/*line-height:150%;*/
}
h4 {
	font-size: 100%;
	font-weight:bold;
	text-align:center;
	/*font-variant:small-caps;*/
	/*line-height:150%;*/
}
h5 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 110%;
}
em {
	font-size: 85%;
	font-variant:normal;
	font-style:italic;
}
#ladder p {
	text-align:left;
}
p.error {
	text-align:left;
	font-size:90%;
	color:#000;
	padding:10px;
	
}
