
/* index CSS settings for KONAN UNIVERSITY */

/* basic elements */

BODY {
	color:				#333333;
	background-color:	#990000;
	background-image:	url("../img/navigation/bg.gif");
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
}

A:link {
	color:				#ffffff;
	background-color:	transparent;
	text-decoration:	none;
}

A:visited {
	color:				#ffffff;
	background-color:	transparent;
	text-decoration:	none;
}

A:hover {
	color:				#990000;
	background-color:	#ffffff;
	text-decoration:	none;
	cursor:				hand;
}

A:active {
	color:				#990000;
	background-color:	#ffffff;
	text-decoration:	none;
	cursor:				hand;
}

/* font size */

DIV, TD, P, UL, LI {
	font-size:			x-small;
}

P {
	border-top:			1px solid #b84d4d;
	padding:			5px 5px 5px 5px;
	margin:				0px 0px 5px 0px;
}

UL {
	margin:				10px 0px 10px 20px;
}

UL LI {
	margin:				0px 0px 0px 20px;
}

/* end of file */

