a:link    {color:blue};
a:visited {color:blue};
a:active  {color:green};
a:hover   {color:red};

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	background-color:#FFE8DD;
	background-image:url(Images/Latar.gif);
        background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	font-family:Arial,Verdana,Helvetica,sans-serif;
        font-size:x-small;
	color:#000000;
}

p {
	font-size:x-small;
}

table {
	font-size:x-small;
}

li {
	margin-top:2px;
}