@charset "utf-8";
/* CSS Document */

body {

	font: "Times New Roman", Times, serif;

	font-size:16px;

	font-weight:400;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	background-color:#CCCCCC;
}



a:link {

    color: #F80A0A;

    font-weight: bold;

    text-decoration: none;

}


a:hover {

    font-weight: bold;

    text-decoration: underline;

}


.page-title {

	font-family:Arial, Helvetica, sans-serif; 

	font-size: 18px;

    color: #000000;
	
	font-weight:bold;

}


.footer {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	font-style: italic;

    color: #000000;

	text-align: center;

}