@charset "utf-8";
/* CSS Document */

body {
	 font-family: Verdana, Geneva, sans-serif;
	 font-size: 12px;
	 background-color: #fff;
	 color: #000; 
	 }
.Title1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 60px;
	font-weight:  bold;
	font-style:italic;
	text-align:center;
	text-shadow: #bbb 5px 5px 5px;
	color: #000;
}
.Title2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	Font-style:italic;
	text-shadow: #a88 3px 3px 5px;
	text-align:center;
	color: #f00;
}
.Title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #F00;
	text-decoration: none;
}
.Header1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #f00;
	font-weight:500;
}
.Header2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:500;
}
a:link {
	color: #f00;
	text-decoration: underline;
	}
a:visited {
	color: #888;
	text-decoration: underline;
}
a:hover, a:active, a:focus 
{ 
	color: f00;
	text-decoration: none;
	text-shadow: red -1px -1px 1px, #CCC 2px 2px 1px;
}

.t {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #f00;/*red*/
}
.ta {
	font-family: verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C03; /*pioneer red*/
}

.ia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00000F;
}

.boxshadow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	Font-style:italic;
	text-indent: 20px;
	height: auto;
	width: auto;
	border: 2px;
	border-color:#f00;
	-webkit-box-shadow: 7px 7px 3px #bbb;
	-webkit-border-radius: 7px; 
}
.photoboarder {
	padding: 4px;
	border: 1px solid #888;
	width:auto;
	height:auto;
}

