
/* ===== body ===== */

body
{
	background: #6666AA;
	margin-top: 20px;
}

/* ===== text ===== */

body, p, td, th, div, blockquote, dl, ul, ol
{
	font-family: Helvetica, sans-serif;
}

/* ===== images ===== */

img
{
	border: none;
}

/* ===== horizontal rule ===== */

hr
{
	border: none;
	background-color: #444488;
	height: 1px;
}

/* ===== classes ===== */

.link-block
{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 2px;
	
	padding: 8px;
	
	background-color: #FFFFFF;
	
	border-top: 1px;
	border-left: 1px;
	border-bottom: 2px;
	border-right: 2px;
	border-color: #444488;
	border-style: solid;
}

.link-title
{
	font-size: 90%;
	font-weight: bold;
}

.link-list
{
	margin: 15px;
	
	font-size: 75%;
}

.link-return
{
	font-size: 80%;
}
