/*
#***********************************************************************************************#
#
#	aRoeL : aroel@ok-oke.com
#
#***********************************************************************************************#
*/

/**************** START CSS *************/

#bgbody
{
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(http://www.blogtingtung.com/images/semut.gif); /* <---- lau bisa ganti URL ini sama URL pic eLU */
	background-repeat: repeat;
	background-position: top right;
	background-attachment: fixed;
}

td
{
	font-family:Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}

.main_table
{
	background-color:transparent;
	border-color:#000000;
	border-style: solid;
	border-width: 1px;
	text-align:center;
	font-weight:bold;
	padding:0px;
}

.box_main_table {
	background-color:transparent;
	border-color:lightgrey;
	border-style: solid;
	border-width: 1px;
	padding:0px;
}

.judul_box_blog 
{
	background-color:lightgrey;
	border-color:lightgrey;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	font-family: Sans;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	padding:4px;
}

.menu_pojok_kanan
{
	font-family:Verdana;
	font-size: 12px;
}

.action_table {
	background-color:#CCCCCC;
	border-color:#000000;
	border-style: solid;
	border-width: 1px;
	padding:0px;
}

/******* START hyperlink and anchor tag styles *******/

a:link { 
	color: #0319BC;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #0319BC;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover { 
	color: #767778;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}

/******* END hyperlink and anchor tag styles *******/

/********************* END CSS **********************/