/* CSS Document */ body { 	background-color: #990000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #336699; } /* paragraphs and headers */ p { 	margin: 0px 10px 0px 10px;	padding: 3px 5px 3px 10px; } h1 { 	color: #00FF00;	font-size: 18px; }  h2, h3, h4, h5, h6 { 	color: #00CCCC; } /* table stuff */ table { 	 }  tr {  }  td { 	padding: 0px 0px 0px 0px;	text-align: center;	vertical-align: top; }  /* links */a {   color: #66FFFF;   text-decoration: none;}a:visited {   color: #6633CC;   text-decoration: none;}a:hover {   color: #FFCC00;   font-style: italic;   text-decoration: none;}a:active {   color: #FFFFFF;   text-decoration: underline;}a:focus {   color: #FF6600;   text-decoration: underline;} /* images */ img {  }  /* lists */ ul {  }  li {  }  ol{  }  .simpletable { 	padding: 10px 10px 10px 10px;	background-image: url(http://www.roninazazel.com/gif/simpletable.gif);	background-repeat: repeat;	color: #FFFFFF;	font: Verdana, Arial, Helvetica, sans-serif;	font-style: bold;	font-size: 18px;	vertical-align: middle;	text-align: center;}.table {	padding: 5px 10px 5px 10px;	background-color: #999999;	border: none;	font: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	text-align: center;	color: #990000;}.topleft {	padding: 0px 0px 0px 0px;	height: 25px;	width: 25px;	background-image: url(http://www.roninazazel.com/gif/tabletopleft.gif);	background-repeat: no-repeat;	background-position: right;}.topright {	padding: 0px 0px 0px 0px;	height: 25px;	width: 25px;	background-image: url(http://www.roninazazel.com/gif/tabletopright.gif);	background-repeat: no-repeat;	background-position: left;}.bottomright {	padding: 0px 0px 0px 0px;	height: 25px;	width: 25px;	background-image: url(http://www.roninazazel.com/gif/tablebotright.gif);	background-repeat: no-repeat;	background-position: left;}.bottomleft {	padding: 0px 0px 0px 0px;	height: 25px;	width: 25px;	background-image: url(http://www.roninazazel.com/gif/tablebotleft.gif);	background-repeat: no-repeat;	background-position: right;}.topcenter {	padding: 0px 0px 0px 0px;	vertical-align: bottom;	height: 25px;	font: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	text-align: center;	color: #990000;	background-image: url(http://www.roninazazel.com/gif/tabletop.gif);	background-repeat: repeat-x;	background-position: bottom;}.bottomcenter {	padding: 0px 0px 0px 0px;	vertical-align: top;	height: 25px;	background-image: url(http://www.roninazazel.com/gif/tablebottom.gif);	background-repeat: repeat-x;	background-position: top;}.leftcenter {	padding: 0px 0px 0px 0px;	width: 25px;	background-image: url(http://www.roninazazel.com/gif/tableleft.gif);	background-repeat: repeat-y;	background-position: right;}.rightcenter {	padding: 0px 0px 0px 0px;	width: 25px;	background-image: url(http://www.roninazazel.com/gif/tableright.gif);	background-repeat: repeat-y;	background-position: left;}