a, a:link{
color: #FFAAAA;
TEXT-DECORATION: none;
font-family: courier new;
font-weight: normal;
letter-spacing: -1px;
TEXT-TRANSFORM: uppercase;
cursor: hand;}

a:hover {
color: #EEBB95;
background-color: #FFF9F9;
border-bottom: 1px dashed #FFAAAA;
TEXT-DECORATION: none;
font-family: courier new;
font-weight: normal;
letter-spacing: -1px;
TEXT-TRANSFORM: uppercase;
cursor: hand;}

body {
width: 845px;
body-align: center;
background: url() #none; margin: 0 auto;
-moz-border-radius: 0px;
border-left: 6px solid #FFF9F9;
border-right: 6px solid #FFF9F9;}

html {
background: #fff2f2 url('http://i55.tinypic.com/zvtr1e.png');
-moz-border-radius: 0px;}

b {	cursor: none; color: #EEBB95; TEXT-DECORATION: none;	
}
strong {     color: #FFAAAA; TEXT-DECORATION: none; background: #FFF9F9; font-weight: normal; font-style: normal;} 
i {	cursor: none; color: #FFAAAA; TEXT-DECORATION: none;
}
y {	 cursor: none; color: #FFAAAA; TEXT-DECORATION: none;
}
m {	 cursor: none; color: #EEBB95; font-family: Courier New; cursor: hand; letter-spacing: -1px; text-transform: lowercase; TEXT-DECORATION: none;}


HR{
border: 1px solid #fff2f2;
} 


p {margin:0px; margin-top:5px;}
a {text-decoration: none; color: #FFAAAA; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
a:hover{ text-decoration: none; color: #FFAAAA; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; transition: all 0.1s ease-out;}
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
:-moz-any-link:focus{outline: none;}
b{font-weight: bold;}
img{border:none;}
div#center a:hover{padding: 5px}

img{
   -webkit-transition: opacity 0.7s linear;
   opacity: 1;
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   cursor: hand;
}

img:hover{
   -webkit-transition: opacity 0.7s linear;
   opacity: 0.6;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   cursor: hand;
}
