﻿/*recipe_styles.css - mjgradziel.com*/
body {
 background-color: #999999; margin-left: 5%; margin-right: 5%;
 }

p { 
font-family: arial, sans serif; font-weight: normal; font-style: normal; font-size: 12pt; color: #000000;
text-align: justify; clear: left; margin-top: 0; margin-bottom: 0;
 }


a:link {
font-family: arial, sans serif; color: #000066; font-size: 12pt; font-weight: bold;
 }
a:visited {
font-family: arial, sans serif; color: #000066; font-size: 12pt; font-weight: bold;
 }
a:hover{
font-family: arial, sans serif; color: #FF0000; font-size: 12pt; font-weight: bold;
}
a:active {
font-family: arial, sans serif; color: #FF0000; font-size: 12pt; font-weight: bold;
 }
a.plain {
text-decoration: none; 
 }
a img {
border: none; 
} 

ul {
list-style-type: disc; list-style-position: outside; font-family: courier, monospace; font-weight: normal; font-style: normal; font-size: 12pt; color: #000000;
 }
ol {
list-style-type: decimal; list-style-position: outside; font-family: courier, monospace; font-weight: normal; font-style: normal; font-size: 12pt; color: #000000;
 }


.mono {
font-family: courier, monospace; font-size: 12pt; text-align: left; color: #000000;
 }
.smlprnt {
font-family: courier, monospace; font-size: 9pt; text-align: left; color: #000000;
 }
.ital {
font-style: italic; color: #696969; font-family: arial, sans serif; font-size: 12pt
 }
.title {
color: #669999; font-family: arial, sans serif; font-weight: bold; font-size: 20pt
 }
.subtitle1 {
color: #333366; font-family: arial, sans serif; font-weight: bold; font-size: 14pt
 }
.subtitle2 {
color: #696969; font-family: arial, sans serif; font-size: 14pt
 }

.bodytext { 
font-family: arial, sans serif; font-weight: normal; font-style: normal; font-size: 12pt; color: #000000;
text-align: justify; clear: left; text-indent: 2em; margin-top: 0; margin-bottom: 0;
 }


input.button {
  color: #oooooo; background: #ffffff;
  font-size: 10pt;
  font-weight:normal;
  font-family: courier, monospace;
  border: solid 1px #ffffff;
  text-align: left;
}
