body {
        background-color: 666666;
	}
h1{font-family:Verdana;
font-weight:bold;
width:50%;
background-position:center center;
margin-bottom:10px;
font-size:1.5cm;
color:silver; 
text-align:center;}
@font-face {
 font-family: 'WebSymbolsRegular';
 src: url('websymbols/websymbols-regular-webfont.eot');
 src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('websymbols/websymbols-regular-webfont.woff') format('woff'),
 url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
 url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
 font-weight: large;
 font-style: normal;
}
.ca-menu li{
 width: 190px;
 height: 60px;
 overflow: hidden;
 position: relative;
 float: left;
 border: 5px solid #fff;
 background: #e2f0ff;
 box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
 margin-right: 4px;
 transition: all 300ms linear;
}
.ca-menu li:last-child{
 margin-right: 0px;
}
.ca-content{
 position: absolute;
 left: 0px;
 width: 100%;
 height: 50%;
 top: 0%;
}  
.ca-main{
 font-size: 20px;
 color: #005382;
 opacity: 0.8;
 text-align:center;
 transition: all 200ms linear;
}
  
.ca-menu li:hover{
 background-color: #fff;
}
.ca-menu li:hover .ca-icon{
 text-shadow: 0px 0px 20px #c5e4f4;
 color: transparent;
 animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-main{
 color: #000;
 animation: moveFromTop 300ms ease;
}
.ca-menu li:hover .ca-sub{
 color: #000;
 animation: moveFromBottom 500ms ease;
}
h2 {font-size:100%}
span{font-size:15%}

.new1{
font-weight: bold;
font-size: italic;
color: silver;
font-size:small;
}
.new2{
font-weight: bold;
font-size: normall;
color: white;
font-size:large;
}

.new3{
font-weight: normal;
font-style: oblique;
color: white;
font-size:small;
}
.new4{
font-family: Tahoma;
font-style: oblique;
color: #007eff;
font-size:small;
cursor: hand;
text-align:right;
}
.new5{
font-family: Tahoma;
font-style: normal;
font-weight: normal;
color: white;
font-size:medium;
text-align: justify;
}

.new6{
font-family: Tahoma;
font-style: normal;
font-weight: normal;
color: Silver;
font-size:medium;
text-align: justify;
}

