body {				background-image:url(images/paper.jpg);
					background-repeat: repeat;
					background-position:center;
					background-color: #E5D3BF;
					height: 100%;
					color:#272727;
					font-size: 15px;
					font-family:Arial, Helvetica, sans-serif;
					margin: 0;
					}
.tables {			background-image:url(images/mid.jpg);
					}
h1{					color:#524A78;
					font-size: 200%;
					font-weight: normal;
					margin-bottom: 0;
					}
h2	{				font-style:italic;
					font-size: 120%;
					margin-top: 0;
					}
.smltext{			color:#524A78;
					font-size:10px;
					}
.bottomebox {		background-image: url('images/bottombx.jpg');
					background-repeat:no-repeat;
					background-position:center;
					}

a:link {			color: #524B77; font-weight:bold;}
a:active {			color: #524B77; font-weight:bold;}
a:visited {			color: #524B77; font-weight:bold;}
a:hover {			color: #151918; text-decoration:underline;}

.right_box { 		width: 190px;
					margin: 5px 5px 5px 0px;
					font-weight: bold;
					font-size:10px;
					border-style:solid;
					border-color:#524B77;
					background-image:url(images/examples.jpg);
					background-repeat:no-repeat;
					}
.right_box div {    padding: 4px; text-align: center;}

.right_box a    {   color: #272727; 
					text-decoration:none;
					}

.right_box img  {       border: 1px solid #272727;}
.right_box a:hover img {filter:alpha(opacity=50);
						opacity: 0.5;
						-moz-opacity:0.5;
						}
