/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/07/2015, 07:41:53 AM
    Author     : DIN-CB09-21
*/
a{
 	font-family: Arial, Helvetica, sans-serif;
 	color: #000000;
 	text-decoration: none;
 	font-size: 0.9em;
 	display: block;
 	padding: 4px;
 	float: inherit;
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	border-bottom-color: #ccc;
 	background-color: #D2691E;
 	border-top-width: 1px;
 	border-top-style: solid;
 	border-top-color: #ccc;
 	border-right-width: 1px;
 	border-right-style: solid;
 	border-right-color: #ccc;
 	

 	
 }
 a:hover{
 	color: #fff;
 	background-color: #666;
 	text-align: center;

 }
 
 
 li{
 	display: inline;
 	text-align: center;
 	
 }
 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	text-align: center;

	
 }
 


