﻿body
{
    text-align: center;
    font: 300 62.5% Helvetica Neue, Helvetica, Arial, Sans-serif; 
    /* Consistent Base Font Size: By setting the body font-size to 62.5%, that will set your font size to 10 pixels. That way, 1em is equal to 10 pixels. */
    line-height: 1.8em;
}

#contentframe 
{
    width: 920px;
    margin:auto;
    padding:auto;
    font-size: 1.4em; line-height: 1.8em;
}

#content
{
    text-align:left;
    
}

#nav 
{
    text-align:center;
}
img { border:0;}

.error {
	background-color: Yellow;
	color: Red;
	padding: 8px;
	border: 1px dashed red;
	padding-left: 32px;
}

a, a:active, a:focus, a:hover, a:visited
{
    color: #0044CC;
    text-decoration:none;
}