/*
Name: your name here
Student Number: your number here
Course: Web Design
Program Purpose: This is the main cascading style sheet for the resort
*/          

/* link formats */
a:link    {color:#326432; text-decoration:none; font-weight:bold; font-family:"verdana, arial"; font-size="12"}
a:active  {color:#326432; text-decoration:none; font-weight:bold; font-family:"verdana, arial"; font-size="12"}
a:visited {color:#326432; text-decoration:none; font-weight:bold; font-family:"verdana, arial"; font-size="12"}
a:hover   {color:#4444cc; text-decoration:underline; font-weight:bold; font-family:"verdana, arial"; font-size="12"}

/* heading formats */
h1 {color:#326432 font-weight:bold; font-family:"verdana"; font-size="36"}
h2 {color:#326432; font-weight:bold; font-family:"verdana"; font-size="20"}
h3 {color:#326432; font-weight:bold; font-family:"verdana"; font-size="14"}

/* tag formats */
td {color:#000000;  font-family:"verdana"; font-size="14"}
p  {color:#000000;  font-family:"verdana"; font-size="14"}


marquee {background: "darkgreen"; color:white; font-weight: bold; font-family:"comic sans ms"; font-size="18"}

