/*common tags*/

body {
	background-color: #cc9;
	font-family: Georgia,Palatino,Times,serif;
	margin: 0px;
	background-color: #cc9;
	height: 100%;
}

p {
	color: #660;
	font-size: 12px;
}

img {
	margin: 0px;
	border-style: none
}

blockquote {
	color: #963;
	font-size: 12px;
}

h1 {
	color: #660;
	font-weight: bold;
	font-size: 22px;
	font-variant: small-caps;
}

h2 {
	color: #660;
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps;
}

h3 {
	color: #660;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
}

h4 {
	color: #660;
	font-weight: bold;
	font-size: 16px;
}

h5 {
	color: #660;
	font-weight: bold;
	font-size: 14px;
}

h6 {
	color: #660;
	font-weight: bold;
	font-size: 14px;
}

ol {
	color: #963;
	font-size: 12px;
}

ul {
	font-size: 12px;
	list-style-position: inside;
	color: #333;
}

tr {
	border: 0
}

/*link tags*/

a:link {
	color: #db8f03
}

a:visited {
	color: #cc9
}

a:hover {
	color: #db8f03
}

a:active {
	color: #db8f03
}

/*custom classes*/

img.client {
	margin: 0px;
	border: 2px solid #db8f03;
}

.justify {
	text-align: justify;
}

.small {
	color: #660;
	font-size: 12px;
}

.larger {
	color: #660;
	font-size: 14px;
}