/* external style sheet for Exercise Plus */

a {text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
	color: #FFFFFF;
	}

a.nav {text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
	color: #ffffff;
	}
a.nav:hover {color: #FF6600;
	text-decoration: underline;
	}
	
a.blue {text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
	color: #000066;
}
	
a.blue:hover {color: #6699CC;
	text-decoration: underline;
}	

font.title {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.subtitle {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 16px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.body {
	font-weight: normal;
	color:#000066;
	font-size: 13px;
	line-height: 16px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;

}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

font.small {
	font-weight: normal;
	color:#000066;
	font-size: 10px;
	line-height: 12px;
	font-family: verdana,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.nav2 {
	font-weight: normal;
	color:#224488;
	font-size: 12px;
	line-height: 14px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.italic {
	font-weight: normal;
	color:#000066;
	font-size: 12px;
	line-height: 14px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: italic;
}

font.orange {
	font-weight: bold;
	color:#FF6600;
	font-size: 13px;
	line-height: 16px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.copyright {
	font-weight: normal;
	color:#6699CC;
	font-size: 10px;
	line-height: 13px;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}
