body {
	margin-top: 20px;
	padding: 0;
	background: transparent;
	font-family: Arial, Georgia;
	font-size: 11px;
	color: #000000;
}

h1{
	margin: 0;
	text-transform: uppercase;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
       	text-align:right;
       	color: #67d6ff;
        padding: 0px;
        border-bottom: 4px  dashed  #fb86d4;     
}

h2 {
	margin: 2px;
        color: #c1c1c1;
	font-family: arial;
        font-weight: bold;
        font-size: 10px;
        line-height: 15px;
       	text-align: right;
        padding: 2px;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: #e3e3e3;
       
}

h1:first-letter {
color:#fb86d4;
}

a:link {
	color: #fb86d4;
        border-bottom: 1px solid #67d6ff;
	font-family: small fonts;
	font-size: 9px;
}

a:hover, a:active {
	text-decoration: none;
	color: #67d6ff;
       	border-bottom: 1px solid #fb86d4;
	font-family: small fonts;
	font-size: 9px;
}

a:visited {
	color: #67d6ff;
       	border-bottom: 1px solid #fb86d4;
	font-family: small fonts;
	font-size: 9px;
}

input, textarea, select {
	font-family: arial;
        border: 1px #868686 solid;
	font-size: 11px;
	color: #000;
        background: #e3e3e3;
