BODY {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10pt;
	margin: 5px;
}

TD {
	font-family: Verdana, Arial, sans-serif ;
	font-size: 10pt;
	margin: 5px;
}

#Matlab {
	background : Silver;
	font-family : System;
}

#VSGscript {
	background-color : #CCFF66;
	color : Black;
}

#email {
	color : Teal;
	font-style : italic;
}

#path {
	color : Maroon;
}

#Footer {
	color : Black;
	background-color : #cdd8d8;

}


A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

