body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9400D3;
	font-weight: normal;
	font-size: 12px;
}

body.entry {
	background-color: #D8BFD8;
}

body.title {
	background-color: #DCDCDC;
}

body.border {
	background-color: #D8BFD8;
}

body.main {
	background-color: #E6E6FA;
}

table {
	border: 0;
	border-color: black;
	border-style: solid;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td {
	border: 0;
	border-color: black;
	border-style: solid;
}

td.center {
	text-align: center;
	vertical-align: middle;
}

td.right {
	text-align: right;
	vertical-align: middle;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 12px;
}

li {
}

a.large {
	font-size: 15px;
}

a.large:hover {
}

a.small {
	font-size: 10px;
}

a.small:hover {
	font-size: 10px;
}

a {
	color: #9400D3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	font-size: 12px;
	margin-bottom: 8px;
}

img {
	border-width: 0;
}

p {
	font-size: 12px;
}

