/* This is the fps2 main stylesheet */

/* Hyperlink color and decoration */

a:link		 {  color: #0000ff; text-decoration: none}
a:visited	 {  color: #0000ff; text-decoration: none}
a:hover		 {  color: #ff0000; text-decoration: underline}

/* 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}

body	{font-family: arial,arial,helvetica}

/* Change the border classes and text colors of the navigation menu */

.itemBorder { border: 1px solid black }
.itemText { text-decoration: underline; color: #669966; font: bold 12px arial, arial, helvetica }

.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px arial, arial, helvetica }
