/* CSS web */

A:link {
	text-decoration: none;
}
A:visited {
	COLOR: #fff; text-decoration: none;
}
A:active {
	COLOR: #fff; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#menu {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color:#fff;
}

h1 {
  font-family: arial, sans-serif;
  margin-bottom: 2px;
  margin-top: 1px;
  font-weight: bold;
  font-size: 18px;
  color:#800080;
  letter-spacing: -1px;
}

h2 {
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color:#800080;
}
h3 {
  font-family: arial, sans-serif;
  margin-bottom: 8px;
  margin-top: 1px;
  font-weight: bold;
  font-size: 15px;
  color:#fff;
}
h4 {
  font-family: arial, sans-serif;
  margin-bottom: 2px;
  margin-top: 1px;
  font-weight: bold;
  font-size: 12px;
  color:#800080;
}
.content {
 padding-left: 5px;
 padding-right: 5px;
 margin-bottom: 10px;
}

ul {
    list-style-image: url(images/arrow_menu.gif);
	margin: 5px 15px;
	padding: 0 2px;
	color: #fff;
	
	font-family: arial, sans-serif;
  	font-size: 12px;
	font-weight:bold;

}

.link_kiri{ 
	font-family: Verdana;
	font-size: 11px;
    text-decoration: none; 
    font-weight: normal;
    color: #000;
	
}
.link_kiri link{ 
	font-family: Verdana;
	font-size: 11px;
    text-decoration: none; 
    font-weight: normal;
    color: #000;
	
}

.content_side {
  padding: 1px 1px 1px 1px;
}

.side_kanan {
  margin: 10px 0px 20px 10px;
}

#kalender {
  padding-top: 10px;
  margin-top: 10px;
}

/* CSS kalender */
.main {
width:170px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 10px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 10px;
font-family:verdana;
color:black;
background-color: #ffffff;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

#powered { 

float: left; 
margin: -500px; 
padding:-500px; 
font-size: 10px
color: #000;

} 	