<style type=text/css>


a {
text-decoration: none;
color: blue
}

a:link {
text-decoration: none;
color: blue
}

a:hover {
color: green;
text-decoration: underline
}

a:visited {
text-decoration: underline;
color: red
}

a.next {
font-size: 14pt;
font-weight: normal;
text-decoration: none;
color: blue;
}

a:hover.next {
font-size: 14pt;
font-weight: normal;
color: green;
text-decoration: underline
}

a:visited.next {
font-size: 14pt;
font-weight: normal;
text-decoration: underline;
color: red
}

body {
background-color: #FFFFCC;
font-family: Times New Roman;
Color: black;
font-weight: 300;
font-size: 12pt
}

P {
text-indent: 25px;
}

td {
font-family: Times New Roman;
font-size: 12pt;
color: black
}

.page1 {
font: Georgia, 'Comic Sans MS', Helvetica;
font-style: oblique;
font-size: 16pt;
line-height: 18pt;
font-weight: 500;
text-align: center;
color: purple
}

.page2 {
font: Georgia, 'Comic Sans MS', Helvetica;
font-style: oblique;
font-size: 16pt;
line-height: 18pt;
font-weight: 500;
text-align: center;
color: blue
}

.products {
font: Georgia, 'Comic Sans MS', Helvetica;
font-style: normal;
font-size: 14pt;
line-height: 16pt;
font-weight: 400;
text-align: justify;
color: blue
}

.contact {
font: Georgia, 'Comic Sans MS', Helvetica;
font-style: oblique;
font-size: 16pt;
line-height: 18pt;
font-weight: 400;
text-align: justify;
color: purple
}

.specials {
font: Georgia, 'Comic Sans MS', Helvetica;
font-style: oblique;
font-size: 16pt;
line-height: 18pt;
font-weight: 400;
text-align: justify;
color: purple
}


h1{
font: Times New Roman, Arial;
font-size: 25pt;
color: black;
text-align: center;
font-style: normal
}

h2 {
font: 'Times New Roman', Arial;
font-size: 20pt;
color: black
}

h3 {
text-align: center;
font: Times New Roman; Arial;
font-size: 25pt;
color: black
}

.copyright {
font-size: 10pt
}


</style>