html * {font-size: 11px; margin:0;}
body.home{background: url(images/bgg.jpg); background-repeat: no-repeat;  background-position: top center;}
body{background: url(images/texture2.jpg);  margin:0;}
.top{background: url(images/inner_bg.jpg); background-repeat: no-repeat; margin:0;}

.content 
{
	padding:4px;
	width:980px; 
	margin:0 auto;
	background-color:rgba(255,255,255,.8);	
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
}

.buddha
{
	text-align:center;
	padding:2px;
	width:980px; 
	margin:0 auto;
	background-color:rgba(255,255,255,.8);	
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	border-radius: 12px; 
}

h1 {
	font-size:16px;
	color:dodgerblue;
}
h2{
	font-size:13px;
	color:black;
}
h3{
	font-size:12px;
	color:#0101BD;
}
a.bottom{font-size:13px; color:#FBDBA9; font-family:verdana, arial; text-decoration:none;}
a.bottom:hover{font-size:13px; color:#fff; text-decoration:underline;}

a.siteby{font-size:13px; font-family:arial; color:#fff; text-decoration:none;}
a.siteby:hover{font-size:13px; font-family:arial; color:#fff;}

a.home{font-size:10px;  color:#E60574; font-weight:bold; text-decoration:none;}
a.home:hover{font-size:10px; color:#000; font-weight:bold; text-decoration:none;}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

td.bank{font-family:arial; font-size:14px;}