body {
    margin-left: 0px;    margin-top: 0px;    margin-right: 0px;    margin-bottom: 0px;
    background-color:#969695;
}
body,td,th {
    font-size: 18px;
    color: #7B0002;
    font-family: 'Albert Sans', sans-serif;
    text-align: center;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
	.mainbg {
		background-image: url('bg.jpg');
	background-repeat: no-repeat;
  background-position: center;
	}

	
	
a.one:link {color:#ffcc00;}
a.one:visited {color:#0000ff;}
a.one:hover {color:#000000;}

	
a.two:link {color:#000000; font-size: 24px;  font-family: 'Albert Sans', sans-serif;}
a.two:visited {color:#000000; font-size: 24px;}
a.two:hover {color:#ffcc00; font-size: 24px; }
	


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    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; }
}
