*{margin:0; padding:0;}

a
{
	color : #437fda;
	text-decoration : none;
}

a:visited 
{
	color : #437fda;
	text-decoration : underline;
}

a:hover 
{
	color : #ba8f43;
}

body
{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	/* font: .8em Verdana, Arial, Sans-Serif; */
	line-height:1.4em;
}


#container
{
	width:760px;
	margin:20px auto;
	padding:10px;
	text-align:left;
	background:#ffffff;
	color:#000000;
}

#header
{
	height:50px;
	width:760px;
	background: #2b548c;
	color:#ffffff;
}

#header h1
{
	padding:15px 0 0 20px;
	font-size:2.4em;
	background-color:inherit;
	color:#ffffff;;
	letter-spacing:-2px;
	font-weight:bolder;
}


/**************** Content styles ****************/

#content
{
	float:left;
	width:740px;
	font-size:0.9em;
	padding: 10px 0 10px 5px;
	text-align:justify;
}

#content p
{ 
	padding-bottom: 15px;
}


/**************** Footer styles ****************/

#footer
{
	font-size:0.9em;
	float:left;
	height:20px;
	width:760px;
	background: #2b548c;
	color:#ffffff;
}

#tanggal
{
	font-size:70%;
}


#footer p{padding:0; margin:0; text-align:center;}
#footer a{text-decoration: none; color:#FFFFFF;}
#footer a:hover{text-decoration:underline;}





