
*
	{
		margin:0;
	}

html
	{
		height:100%;
	}

body
	{
		background-color:#fff8e6;
	}

a.glink:link
	{
		color: #6f5a28;
	}     /* unvisited link */

a.glink:visited
	{
		color: #6f5a28;
	}  /* visited link */

a.glink:hover
	{
		color: #6f5a28;
		text-decoration: underline;
	}   /* mouse over link */

a.glink:active
	{
		color: #6f5a28;
	}   /* selected link */

a.glink
	{
		text-decoration:none;
		font-size: 15px;
		font-weight:bold;
	}

div.top
	{
		background-color:#ffe29e;
		width:100%;
	}

div.top_head
	{
		background-color:#ffebbb;
		width:100%;
	}

h1.head1
	{
		font-size:20px;
		font-weight:normal;
		color:#6f5a28;
		text-align:center;
	}

strong.head1
	{
		font-size:16px;
		font-weight:normal;
		color:#6f5a28;
		text-align:center;
	}

.centab
	{
		margin-left:auto;
		margin-right:auto;
	}

hr
	{
		border:0;
		background-color:#8c7336;
		color:#8c7336;
		height:1px;
	}
 
