/*
Style Sheet for HTML Online Course
Michael Masumoto -- michael@michaelmasumoto.com
*/

body { background:#CCCCCC; }

h2, h3, h4, h5 {
	color:#000000;
	font-family:"Arial","Helvetica",sans-serif;
}

h2 { font-size:30px; }
h3 { font-size:24px; }
h4 { font-size:20px; }
h5 { font-size:18px; }

p, blockquote {
	font-size:18px;
	color:#000000;
	font-family:"Times","Times New Roman",serif;
}

th, td, caption {
	font-size:16px;
	color:#000000;
	font-family:"Times","Times New Roman",serif;
}

ol li, ul li {
	font-size:18px;
	color:#000000;
	font-family:"Times","Times New Roman",serif;
}

code, tt {
	font-family:"Courier","Courier New",monospace;
	font-size:16px;
}

pre {
	font-family:"Courier","Courier New",monospace;
	font-size:12px;
}

.codeP {
	font-family:"Courier","Courier New",monospace;
	font-size:12px;
}

.monospaceP {
	font-family:"Courier","Courier New",monospace;
	font-size:16px;
}

.pageCopyright {
	font-size:10px;
	color:#000000;
	font-family:"Arial","Helvetica",sans-serif;
	text-align:center;
}

a:link { color:#0000FF; }
a:visited { color:#990099; }
a:active { color:#FF0000; }

/* CSS-P Tutorial Classes */

.exerciseSubPoint {
	margin-left:25px;
	margin-right:25px;
}
