h1 {
    color:#333333;
    font-size:80%;
    font-weight:normal;
    font-family:"Century Gothic", Arial, Helvetica, sans serif;
}
h2 {
    color:#ff0066;
    font-size:100%;
    font-weight:normal;
    font-family:"Century Gothic", Arial, Helvetica, sans serif;
	border-style: dashed;
	border-width: 3px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-color: red;
}
h4 {
    color:#333333;
    font-size:70%;
    font-weight:normal;
    font-family:"Arial", Arial, Helvetica, sans serif;
}
body {
    font-size:80%;
    color:#000066;
    font-family:"Century Gothic", Arial, Helvetica, sans serif;
