/***** Educational Control Products Systems Style Sheet *****/
/*
Style Sheet divided into sections.
2. Homepgae text
3. Clock text
(Add new sections as needed)
*/


/********************** Homepage text and links ************************/
.homepagetext { font-family: Arial;  font-size: 8pt; font-style: normal; letter-spacing: 1px; line-height: 13px; font-weight: lighter;}
.homepagetext A:link		{ color: blue;  text-decoration: none; }
.homepagetext A:visited		{ color: blue;  text-decoration: none; }
.homepagetext A:hover		{ color: black; text-decoration: none; }
/*********************************************************/

/************************* footer links **************************/
.footerLink { font-family: Arial;  font-size: 7pt; color: #0000FF;}
.footerLink A:link		{ color: blue;  text-decoration: none; }
.footerLink A:visited		{ color: blue;  text-decoration: none; }
.footerLink A:hover		{ color: black; text-decoration: none; }
/*********************************************************/

