
body {

	background-color: #0A50A1;
		
}

A    {
	
	color: #000000;
	text-decoration: none;
}

A.kanan {

	color: maroon;
	text-decoration: underline;
	
	}

A:hover	{

	color: #F6A211;
	text-decoration: underline;
	
}

A.kiri:hover	{

	color: grey;
	text-decoration: underline;
	
}

A.kanan:hover	{

	color: grey;
	text-decoration: none;
	
}



h1	{
	
	font-family: Century Gothic;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h2	{
	
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

p	{

	font-family: Calibri, Century Gothic;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

p.content	{

	font-family: Calibri, Century Gothic;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

p.comment  {

	font-family: Calibri, Century Gothic;
	font-size: 11px;
	font-style:italic;
	color: #666666;
	font-weight: normal;
}

