
/*
Global stylesheet for all HTML pages within the root course folder.
*/

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	background:#fff;
}

p,div,span
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1,h2,h3,h4
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link
{
	color:#36f;
	text-decoration:none;
}

a:visited
{
	color:#36f;
	text-decoration:none;
}

a:link:hover
{
	color:#03f;
	text-decoration:underline;
}

a:active
{
	color:#36f;
	text-decoration:none;
}

div.okay
{
	color:#666;
	background:#f0f0f0;
	border:dotted 2px #666;
	padding:12px;
}

div.alert
{
	margin:10px auto;
	width:700px;
	color:#000;
	background:#f6f6f6;
	border:dotted 1px #c30;
	padding:10px;
}

h1.alert
{
	color:#c30;
}

h1.exclaim
{
	float:left;
	padding:20px;
	margin:0 10px 0 0;
	color:#c30;
	background:#fff;
	font-size:60px;
	border:dotted 1px #c30;
}

.alert
{
	color: #FF3300;
	font-family: verdana, arial, helvetica, sans;
	font-size: 11px;
}

P
{
	color: #333333;
	font-family: verdana, arial, helvetica, sans;
	font-size: 11px;
}
