/* text manipulation of font Arial */
.firstarial {font-family: Arial, Times, 'Times New Roman'; font-size: .7em}
.secondarial {font-family: Arial, Times, 'Times New Roman'; font-size: .83em}
.thirdarial {font-family: Arial, Times, 'Times New Roman'; font-size: .96em}
.fourtharial {font-family: Arial, Times, 'Times New Roman'; font-size: 1.14em}
.fiftharial {font-family: Arial, Times, 'Times New Roman'; font-size: 1.47em}
.sixtharial {font-family: Arial, Times, 'Times New Roman'; font-size: 1.9em}

/* text manipulation of font Arial */
.thirdtimes {font-family: times, 'Times New Roman'; font-size: .96}
.fourthtimes {font-family: times, 'Times New Roman'; font-size: 1.14em}
.fifthtimes {font-family: times, 'Times New Roman'; font-size: 1.47em}
.sixthtimes {font-family: times,  'Times New Roman'; font-size: 1.9em}

/*text manipulation of top nav bar */
.fiftharialnav {font-family: Arial, Times, 'Times New Roman'; font-size: 1.47em; font-weight: bold}
.sixtharialnav {font-family: Arial, Times, 'Times New Roman'; font-size: 1.9em; font-weight: bold}

.text { font-family: verdana; font-size:0.8em; font-weight:normal }
.textbold { font-family: verdana; font-size:0.8em; font-weight:bold }
.center {text-align: center}
.margin {margin-left: .7cm}
.white {color:#FFFFFF}

/* semester courses */
.textheader { font-family:verdana; font-weight:bold; font-style:italic; font-size:1.0em; color:#000000 }
.texttitle { font-family:verdana; font-weight:bold; font-size:0.9em; font-family:arial; color:#ffffff }
.textcontent { font-family:verdana; font-weight:normal; font-size:0.8em; color:#000000 }

.background {background-color: #000084}
.backgroundblack {background-color: #000000}
.backgroundgrey {background-color: #666666}
.backgroundlgrey {background-color: #EBEBEB}

/*Everrything above this line is horribly oudated*/
.bold{
	font-weight: bold;
}
