/* static START */
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing:-0.07em;
	font-family:"Trajan Pro";
	color:#462369;
}
.h1 {font-family:"Trajan Pro"; font-size:200%;}
.h2 {font-family:"Trajan Pro"; font-size:170%;}
.h3 {font-family:"Trajan Pro"; font-size:150%;}
.h4 {font-family:"Trajan Pro"; font-size:130%;}
.h5 {font-size:110%;}
.h6 {font-size:100%;}
img {
	border:0;
}

a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#462369;;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.button {
	color: #FFFFFF;
	background-color: #1E1478;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2E0;
	border-right-color: #100D4A;
	border-bottom-color: #0E0B40;
	border-left-color: #4C4981;
	margin: 2px;
}
a:hover.button  {
	background-color: #704899;
	text-decoration: none;
}

a:active.button  {
	background-color: #704899;
	text-decoration: none;
	border-top-color: #0E0B40;
	border-right-color: #4C4981;
	border-bottom-color: #D2D2E0;
	border-left-color: #100D4A;
}