body {
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000011;
}

a:link    { color:blue; text-decoration:none; }
a:visited { color:#A52A2A; text-decoration:none; }
a:hover   { color:yellow; text-decoration:underline; }
a:active  { color:red; text-decoration:none; }

h1 { font-family: Arial, Verdana, sans-serif; font-size: 32px; color: #A52A2A }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: #A52A2A }

h6 { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #A52A2A; border-style: groove; width: 50%; text-align: center; margin-left: 25%;}

hr { color:black; background-color:#EEEEEE; width:100%; height:2px; }

li { font-size: 12px; color: black; }


.note {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: purple;
	font-weight: bold;
} 

.lecturepoint {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	font-size: 24px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 5%;
}

.bigger {
	font-size: 24px;
}

ul.lectureslide {
	list-style: none;
}

ul.lectureslide li {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	font-size: 24px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 5%;
	 background-image: url(http://www.linux-classes.com/php/bullet.gif);
	 background-repeat: no-repeat;
	 background-position: 0 .8em;
	 padding-left: .6em;
}



.unix { 
	font-family: Courier;
	color: black;
	font-weight: bold;
}

.links {
   font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #00008B;
	text-align: left;
	position: static;
	width: 175px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-style: solid;
}

.main {
   font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #00008B;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 195px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
}

