/* CSS definition file containing site wide stylesheets */

.MainPoints {
	font-size: 14px;
 	color: rgb(0,102,255);
 	font-style: italic;
 	text-decoration: underline;
 	text-indent: 45px
}

.Head2Tutorial {
	font-size: 16px;
 	color: rgb(0,0,0);
 	font-weight: bold
}

.DasedTable {
	background-color: rgb(255,255,255);
 	border: 1px solid rgb(128,128,128);
 	margin: 0px 5px;
 	padding: 4px 12px
}

.Head1 {
	font-size: 20px;
 	color: rgb(0,0,0);
 	font-weight: bold
}

.Head2 {
	font-size: 16px;
 	color: rgb(0,102,255);
 	text-align: left
}

.ListLi {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	margin: 8px 0px
}

.Head2Title {
	font-size: 12px;
 	color: rgb(0,102,255);
 	font-weight: bold
}

.TextObject {
	font-size: 10px
}