/* CSS Document */

.style1 {
	font-size: 24px;
	font-weight: bold;
}

body {
	background-image: url(images/Gradt_Background2.jpg);	
	background-repeat:repeat-x;
}


.Reviews {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color:#000000;	
}
.Reviews a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
    color:#000000;
    text-decoration: none;
}

.Reviews a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
    color:#000000;
    text-decoration: none;
}

.Reviews a:hover{
    font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color:#9C4E27;
    text-decoration: underline;
}


