/* 1 FUTURE STUDENTS = green
light  = #C2E081
bright = #84C102
medium = #70A402 (link)
dark   = #5C8701
*/
/* 2 CURRENT STUDENTS = orange
light  = #FFCC80
bright = #FF9900
medium = #D98200 (link)
dark   = #B26B00
*/
/* 3 FACULTY AND STAFF = blue
light  = #9FD0E0
bright = #3FA0C0
medium = #3688A3 (link)
dark   = #2C7086
*/
/* 4 COMMUNITY = red
light  = #F18689
bright = #E30D13
medium = #C10B10 (link)
dark   = #9E090D
*/
/* 5 COMMUNITY = yellow
light  = #F8E084
bright = #F0C109
medium = #CCA408 (link)
dark   = #A88706
*/
#homepage .one, #homepage .two, #homepage .three, #homepage .four, #homepage .five
{
	font-size: x-small;
	line-height: 120%;
}

.one {
	color: #999999;
	}
	a.one:link {
		color: #555555;
		text-decoration: none;
		}
	a.one:visited {
		color: #555555;
		text-decoration: none;
		}
	a.one:active {
		color: #555555;
		text-decoration: none;
		}
	a.one:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
	a.one:visited:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
		
.two {
	color: #999999;
	}
	a.two:link {
		color: #555555;
		text-decoration: none;
		}
	a.two:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
	a.two:active {
		color: #555555;
		text-decoration: none;
		}
	a.two:visited {
		color: #555555;
		text-decoration: none;
		}
	a.two:visited:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
		
.three {
	color: #999999;
	}
	a.three:link {
		color: #555555;
		text-decoration: none;
		}
	a.three:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
	a.three:active {
		color: #555555;
		text-decoration: none;
		}
	a.three:visited {
		color: #555555;
		text-decoration: none;
		}
	a.three:visited:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
		
.four {
	color: #999999;
	}
	a.four:link {
		color: #555555;
		text-decoration: none;
		}
	a.four:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
	a.four:active {
		color: #555555;
		text-decoration: none;
		}
	a.four:visited {
		color: #555555;
		text-decoration: none;
		}
	a.four:visited:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
.five {
	color: #999999;
	}
	a.five:link {
		color: #555555;
		text-decoration: none;
		}
	a.five:hover {
		color: #5a80a3;
		text-decoration: underline;
		}
	a.five:active {
		color: #555555;
		text-decoration: none;
		}
	a.five:visited {
		color: #555555;
		text-decoration: none;
		}
	a.five:visited:hover {
		color: #5a80a3;
		text-decoration: underline;
		}