﻿body
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11pt;
	margin:0px;
}
h3
{
	font-size:11pt;
	font-weight:bold;
	color:Maroon;
}
a:Link, a:Visited
{
	text-decoration:underline;
}

a:Hover
{
	font-weight:bold;
	background-color:Yellow;
	text-decoration:underline overline;
}
.LinkRevs1
{
	text-decoration: none;
	font-size: 9pt;
	color:#AAFFDD;
}
.LinkRevs1:Hover
{
	text-decoration:underline overline;
	font-size: 9pt;
	background:#0000FF;
}

.Clear
{
	clear:both;
}

.h2
{
    font-size:large;
    font-weight:bold;
}

.ABlock
{
	width: 725px;
	border: 1px outset;
}

.BlockLOuter
{
	font-size: 13pt;
	font-weight: bold;
	color: Maroon;
	width: 360px;
	padding: 0px;
	margin: 4px;
	float: right;
}

.BlockROuter
{
	font-size: 13pt;
	font-weight: bold;
	width: inherit;
	color: #aa5102;
	padding: 0px;
	margin:5px;
}

.BlockLeft
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	text-align: left;
	font-weight:normal;
	padding:2px;
	width:inherit;
}

.BlockRight
{
	font-family: Mangal, Arial Unicode MS, Arial;
	font-size: 10pt;
	font-weight:normal;
	text-align: left;
	padding:2px;
	width:inherit;
}

.Content
{
    background: #FAFABA;
    background: -moz-linear-gradient(top, #FAFABA, white);
    background: -webkit-gradient(linear, center top, center bottom, from(#FAFABA), to(white));
    background: linear-gradient(top, #FAFABA, white);
	width:980px;
	margin:0 auto;
	vertical-align:top;
}

.ETxt
{
    border-radius:10px;
    padding: 10px;
    width: 230px;
    margin: 20px 10px;
    display:inline-block;
    background-color:White;
    color:#000;
    font-weight:bold;
    font-size:90%;
    -moz-box-shadow: 5px 5px 5px rgba(90,90,90,90);
    -webkit-box-shadow: 5px 5px 5px rgba(90,90,90,90);
    box-shadow: 5px 5px 5px rgba(90,90,90,90);
}

.MyAd
{
    border-radius:10px;
    color:White;
    display:inline-block;
    width:230px;
    /*min-height:180px;*/
    margin:10px 10px;
    padding:10px;
    text-align:center;
    font-weight:bold;
    font-size:90%;
    vertical-align:middle;
    -moz-box-shadow: 5px 5px 5px rgba(90,90,90,90);
    -webkit-box-shadow: 5px 5px 5px rgba(90,90,90,90);
    box-shadow: 5px 5px 5px rgba(90,90,90,90);
}

.MyAd a:Link, .MyAd a:Visited, .MyAd a:Hover 
{
    text-decoration:none;
    color:inherit;
    border:0px;
    font-size:120%;
    background-color:inherit;
}
.ETxt a:Link, .ETxt a:Visited, .ETxt a:Hover 
{
    text-decoration:none;
    color:inherit;
    border:0px;
    font-size:140%;
    background-color:inherit;
}

.AdImg
{
    width:200px;
    height:80px;
    transform: width 1s, height 1s ;
    -moz-transition-duration: 1s;
    -webkit-transition:width 1s, height 1s, -webkit-transform 1s; /*Safari and Chrome*/
    -o-transition:width 1s, height 1s, -o-transform 1s; /*Opera*/
}

.AdImg:Hover
{
    width:230px;
    height:100px;
}

.project
{
    background: #FAFADA;
    background: -moz-linear-gradient(left, #FAFADA, white);
    background: -webkit-gradient(linear, center top, center bottom, from(#FAFADA), to(white));
    background: linear-gradient(top, #FAFADA, white);
    display:inline-block;
    text-align:center;
    width:398px;
    padding:10px;
    margin:10px;
    border:1px solid #BBBBBB;
    border-radius:8px;
    -moz-box-shadow: 5px 5px 5px rgba(90,90,90,90);
    -webkit-box-shadow: 5px 5px 5px rgba(90,90,90,90);
    box-shadow: 5px 5px 5px rgba(90,90,90,90);
}

.project a
{
    text-decoration:none;
}

.project .head
{
    font-weight: bold;
    font-size:125%;
}
