a:link {color: #6633FF}
a:active{color: #0000CC}
a:visited{color: #333399}
a:hover {background-color: #99FF99}



body {
	font-size: 26px;
	color: #000;
	background-color: #DBEFDC;
}

h2{
	font-size: 110%;
}


span.name{
	font-size: 130%;
	margin-right: 5px;
	color: #F80012;
	font-weight: bold;
}

.desc, .contact{
	font-size: 100%;
}

.box {
	border:2px solid #265728;
}

.box h2 {
	background:#265728;
	color: white;
	padding:5px 10px;
	margin:0px;
}
.box p,table {
	padding:5px;
	margin:0px;
}



.box {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}



hr{
	color: #A7BDC6;
}

.top{
	vertical-align: top;
}

.center{
	text-align: center;
}

.imgDesc{
	padding-bottom: 10px;
}

.motto{
	font-size: 110%;
	font-weight: bold;
	color:  #1c2833;
}


.icon{
	padding-left: 35px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.tel{
	background-image: url("icon/tel.png");
	
}

.email{
	background-image: url("icon/email.png");
	
}

.fax{
	background-image: url("icon/fax.png");
}

.whatsapp{
	background-image: url("icon/whatsapp.png");
}

.address{
	background-image: url("icon/google-map.png");
}