

/* CSS
--------------------------------------------------*/

html, body{
    height:100%;
}
		
body {
  font-family:Times New Roman;
  font-size:100%;
	color:#000000;
	margin:0;
	padding:0;
	background:#555555;
}



/* Links
--------------------------------------------------*/
a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

a img {
	border:none;
}

/* IDs
--------------------------------------------------*/


/* Classes
--------------------------------------------------*/


/* Headings
--------------------------------------------------*/


/* Images
--------------------------------------------------*/
/* Tables
--------------------------------------------------*/
caption {
	display:none;
}

