/*Make all body text black 12-point Tahoma
with 16 pt vertical spacing betweeen lines of text
and 10-point margins. */
body {font-size: 12pt;
            font-family: "Tahoma", "Book Antiquta";
            color: black;
            line-height: 12pt;
margin-top: 1pt;
margin-left: 5pt;
margin-right: 5pt;}

/*Headings*/

/*Class for march madness*/
.march_madness {font: 18pt comic sans ms;
font-weight:  bold;
color: "#ff0000";}
.march_madness_text {font: 18pt comic sans ms;
font-weight:  bold;
color: "#ff0000";}

/*Class for Links */
.links {font: 14pt Georgia;
font weight: bold;
color: "#000033";}

.link_desc {font: 10pt Garamond;
color: magenta;}

/*Classes for catering page*/
.cateringhdr{font: 14pt Georgia;
               font-weight: bold;
			align: "center";
               color: "#000000";}

.menulinks {font: 12pt Georgia;
            color: "#00009c";}

.catering {font: 12pt Georgia;
color: #000000;
line-height: 12pt;}

/*Classes for Contact Us Page*/
.reghdr {font: 16pt Tahoma;
color: #000000;
line-height: 20pt;}

.regtxt {font: 14pt Tahoma;
color: #000000;}

.sampmenutxt {font: 12pt Tahoma;
font-weight:  bold;
color: #000000;}
/*Class for About Us Page*/

.aboutustxt {font: 12pt Georgia;
font-weight: bold;
color: "#000080";}


/*Classes for menu page*/

.menutext {font: 14pt Georgia;
           color: "#191970";}

.menunote {font: 16pt Century;
color:  "#8B1A1A";}

.menudesc {font: 12pt Georgia;
color:  "#8B1A1A";}


.menuheadings {font: 16pt Comic Sans MS;
               font-weight: bold;
			align: "center";
               color: "#FFDEAD";}

.menulinks {font: 14pt Georgia;
            color: "#00009c";}

.menudescriptions {font: 14pt Comic Sans MS;
               font-weight: bold;
			align: "center";
               color:"#990033";}


.menuheader{font: 16pt Georgia;
               font-weight: bold;
			color: "#000080";}


/*dont underline links and make all links red*/
/*a {text-decoration: none;}*/
/*a:link {color: "FE0000";}*/
/*#FE0000*/
a:visited{color:008000;}
/*a:active {color:black;}*/