/* This is the 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}
