@charset "UTF-8";
/* CSS Document */

html{
background: url(images/orange.jpg) repeat-x;
}

p {
font-size:15px;
line-height: 1.5em;
padding-left:25px;
padding-right:20px;
padding-top:inherit;
}

h2 {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
padding-left:25px;
font-weight: normal;
}

#order {
padding-left:25px;
font-size:13px;
text-decoration: underline;
line-height: 1.5em;
}

#list{
list-style-type:none;
display:inline;
}

h3 {
font-size:12px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:bold;
color:#666666;
}

form p{
font-size:12px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
padding-left:25px;
font-weight: bold;
font-variant:small-caps;
}

h1 {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 1.5em;
padding-left:25px;
font-weight: bold;
font-variant:small-caps;
color:#993333;
margin-top:35px;
}

li{
text-decoration:none;
list-style:none;
}

#order2{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-weight: bold;
	font-variant:small-caps;
	color:#333;
}
