@font-face {  
  font-family: MyriadProRegular;  
  src: url( fonts/myriad-webfont.ttf ) format("truetype");  
}  

body{
	font-family:Tahoma, Geneva, sans-serif;
}

.content{
	text-align:justify;
	font-size:13px;
	color:#7d6b5e;
	line-height:18pt;
	text-shadow:0 1px 1px #ccc;
}

.titlee{
	text-align:justify;
	font-size:18px;
	color:#7d6b5e;
	line-height:18pt;
	text-shadow:0 1px 1px #ccc;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
	text-shadow:0 1px 1px #ccc;
}
a:active {
	text-decoration: none;
}

.footer{
	text-align:center;
	font-size:12px;
	color:#7d6b5e;
	line-height:18pt;
	text-shadow:0 1px 1px #ccc;
}
.maris {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#fff;
		font-weight:normal;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
a:hover.maris {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#fff;
		font-weight:normal;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
.web {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#ffcd0c;
		font-weight:bolder;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
a:hover.web {
		font-family:MyriadProRegular;
		font-size:14px;
		color:#ffcd0c;
		font-weight:bolder;
		text-align:justify;
		text-shadow:  1px 1px 5px #000;
	}
	
.notify {
		font-family:MyriadProRegular;
		font-size:18px;
		color:#fff;
		font-weight:normal;
		text-align:center;
		text-shadow:  0px 1px 5px #000;
	}
