html {  font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black; 
        background-color: white; 
        text-align: left;
        }

A:link    { color: blue; 	text-decoration: underline; }
A:active  { color: yellow; 	text-decoration: none; }
A:visited { color: black; 	text-decoration: underline; }
A:hover   { color: red; 	text-decoration: none; }

A.specials1:link    { color: red;       text-decoration: underline; }
A.specials1:active  { color: black;      text-decoration: none; }
A.specials1:visited { color: red;       text-decoration: underline; }
A.specials1:hover   { color: yellow;         text-decoration: none; }

body {  width: 800px;
        margin-left: auto;
        margin-right: auto; }

img.float-right {
        float: right;
        padding: 4px;
}

img.float-left {
        float: left;
        padding: 4px;
}        

h1 {
        border-bottom: 1px solid black;
        font-size: 16pt;
        color: black;
}

h2 {
        font-size: 14pt;
        color: black;
}

h3 {
        font-size: 13pt;
        color: black;
}

.title 	  { color: black; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt; 
	font-weight: 900; }

.title1   { color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
	font-weight: 700; }

.title2   { color: green;
	font-family; Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 900;}

.buttons  { color: black;
	font-family: Arial Black, sans-serif;
	font-size: 9pt;
	font-weight: 600; 
	text-align: center }

.title3   { color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: 700; }

.title4  { color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18pt;
        font-weight: 700; }

.products { color: black;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-weight: 450; }

.specials  { color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-weight: 700; }

.specials1  { color: red;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14pt;
        font-weight: 900; }
