html, body, table {
    color: #333333;
    font: 12px/18px "Arial";
}

input, textarea {
    color: #1a1a1a;
    font: 14px "Arial";
}

input:focus, textarea:focus {
	outline: none;
}

a:link, a:visited {
    color: #3c61b3;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    text-decoration: none;   
	outline: none;
}

h1 {
	font: normal normal 18px "Arial";
}

h1 span {
	font-size: 13px;
}

h2 {
	font: normal normal 16px "Arial";
}