﻿a:link {
	color: #660099;
}
a:visited {
	color: rgb(170,90,250);
}
a:hover {
	color: rgb(128,128,128);
}
a:active {
}
body {  
    font-family: Arial, Helvetica, sans-serif; 
}
h1, h2, h3, h4, h5, h6 {    
    font-family: Arial, Helvetica, sans-serif;  
    margin-left: 0px;
}
h1 {    
    font-size: 24pt;
 	color: rgb(153,102,204);
}
h2 {     
    font-size: 18pt;
   	color: rgb(240,0,0);
}
h3 {        
    font-size: 14pt;
}
h4 {
    font-size: 12pt;
    color: rgb(153,102,204);
}
h5 {
    font-size: 10pt;
}
dl {
	font-size: 10pt;
    margin-left: 15px;
}
li {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    margin-left: 0px;
}
dt {	
	font-size: 12pt;
}
dd {
	font-size: 10pt;
}
hr {	
	margin-left: 30px; 
	margin-right: 30px;
}
p {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*class selectors */
.sublink {
	font-size: 9pt;
	text-decoration: none;
}
.sublink a:link, .sublink a:visited {
	text-decoration: none;
}
.sublinkheader{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.sideheader {
	font-size: 12pt;
	font-weight: bold;
}
.caption {
	font-size: 9pt;
	font-weight: bold;
}
.hintprompt {
	color: rgb(240,0,0);
	font-size: 10pt;
	font-weight: bold;
}
.hint {
   	color: rgb(0,100,255);
}
.screentip p {
	font-size: 8pt;
}
.show {
	font-size: 10pt;
	text-decoration: underline;
	color: rgb(90,0,180);
}
.step {
	font-size: 10pt;
	font-weight: bold;
 	color: rgb(153,102,204);
}
.term {
	color: rgb(90,0,180);
	font-weight: bold;
}

/*id selectors */
#sidelinks {
	font-size: 10pt;
	font-weight: bold;
}
#sidelinks a:link, #sidelinks a:visited {
	text-decoration: none;
	font-size: 10pt;
}
#tutorialcrumbs a:link, #tutorialcrumbs a:visited, #tutorialcrumbs {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
#tutorialnav {	
	text-align: right; 
	font-size: 10pt;
	font-weight: bold;
}
#tutorialnav a:link, #tutorialnav a:visited {
	text-decoration: none;
}
#footer {
	font-size: 10pt;
}
