﻿/*
	Style Sheet for 610 Pawn & Jewelry
	Created by: Philip Bailey
	June 1, 2009
*/


body{
	font-size:14pt;
	background-color:#f5deb3;
	width:100%;}

frameset{
	background-color:#f5deb3;}


h1{
	font-size:48pt;
	color:#0033cc;}

h2{
	font-size:24pt;
	color:#32cd32;}

.center{
	text-align: center;}

.right{
	float:right;}

.rightgold{
	font:28pt;
	font-family:tahoma;
	font-weight:700;
	color:#cc9900;
	background-color:black;
	border:#cc9900 medium solid;
	width:95%;
	float:none;
	margin-top:.05em;
	text-align:center;}


.left{
	float:left;}

blockquote{
	font-size:18pt;
	font-family:veranda, sans-serif;
	background-color:white;
	border:thin black solid;
	width: 30%;
	height;100pt;
	text-align:center;}


.clear{
	clear:both;}

hr{
	color:black;
	background-color:black;
	width:100%;
	height:.5em;}


#linkstyle{
	font-size:14pt;
	width:100%;
	border:thick black solid;
	text-align:center;}	

#linkstyle a:link{
	color:blue;}

#linkstyle a:hover{
	color:red;
	background-color:white;
	border:thin black solid;}

/*#linkstyle a:visited{
	color:black;}*/
ul{
	text-align:left;
	list-style-position:outside;
	list-style-type:square;}

table {
	width:100%;
	color:black;}
td {
	width:25%;
	text-align:center;}
