BODY{
	background-color: #000000;
	font-size: 13px;
	text-align:center;
	font-weight: normal
}

TR, TD {
	line-height: 150%;
	font-size: 13px;
	font-weight: normal
}

A {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	TEXT-DECORATION: none
}

A:hover {
	color: #FFFF00;
	font-size: 13px;
	font-weight: bold;
	TEXT-DECORATION: none
}

.contents {
    background-color: #444444;
    color: #ffffff;
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
}

.title {
    background-color: #222222;
    color: #ffffff;
    border-top: 1px solid #111111;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
}

.category {
    background-color: #333333;
    color: #ffffff;
    border-top: 1px solid #111111;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
}

.comment {
    background-color: #222222;
    color: #ffffff;
    border-top: 1px solid #111111;
    border-left: 1px solid #111111;
    padding: 2px 2px 0px 0px;
    font-weight: normal;
}

.event {
    background-color: #000000;
    color: #ffffff;
	line-height: 200%;
	font-size: 13px;
	font-weight: normal;
}


