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

div#categoryLinkIndex{
	background-color: #060;
	color: #FC6;
	width: 700px;
	margin: 0 5px;
	padding: 10px;
	border: #FC3 solid 5px;
}

div.linkCategory{
	margin: 1em 5px;
	background-color: #6C6;
	color: #FC6;
	width: 700px;
	padding: 0.5em;
	border: #060 solid 5px;
}

div.linkCategory h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	font-weight: bolder;
	font-style: oblique;
	text-align: center;
	width: auto;
	color: #FC3;
	background-color: #060;
	padding: 0.5em 0;
	border: #FC3 5px solid;
}

div.linkCategory div.linkboxPlain{
	display: block;
	width: 300px;
	float: left;
	margin: 1em 0 1.5em 2px;
}


div.holder{
	margin: 10px 0;
}

div.holder h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	font-weight: bolder;
	font-style: oblique;
	text-align: center;
	color: #060;
	background-color: #FC3;
	padding: 0.5em 0;
	border: #0C3 5px solid;
}

div.thirdFloat{
	float: left;
	width: 33%;
}

div.thirdFloat p{
	font-family; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #6F6;
}

div.thirdFloat p a:link{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #6F6;
}

div.thirdFloat p a:visited{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #093;
}

div.thirdFloat p a:hover{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #FC0;
}

div.thirdFloat p a:active{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	font-weight: bolder;
	color: #FC0;
}
	