/* This is the fps main stylesheet */

/* Hyperlink color and decoration */

a:link		 {  color: #006633; text-decoration: underline}
a:visited	 {  color: #006633; text-decoration: underline}
a:hover		 {  background-color: #cc6633; color: #ffffff; text-decoration: none}


/* Text font */

h1	{font-family: arial,arial,helvetica}
h2	{font-family: arial,arial,helvetica}
h3	{font-family: arial,arial,helvetica}
h4	{font-family: arial,arial,helvetica}
h5	{font-family: arial,arial,helvetica}
h6	{font-family: arial,arial,helvetica}
h7	{font-family: arial,arial,helvetica}

body	{font-family: arial,arial,helvetica}

/* Change the border classes and text colors of the navigation menu */

.itemBorder { border: 2px solid green }
.itemText { text-decoration: underline; color: #669966; font: 12px arial, arial, helvetica }

.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px arial, arial, helvetica }

