catface css

/*background color*/
body {
background-color:#026a69;
} 

body { 
  background: #026a69 url("background.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}


/*main text color*/
body {color:#ffffff;}

/*link behavior*/
A:link {text-decoration: none; color: 441122;}
A:visited {text-decoration: none; color: 441122;}
A:hover {text-decoration: overline underline; color: ffe851;}
A:active {text-decoration: none; color: 441122;}

/*font size*/
h1 {font-size:30px}
h2 {font-size:20px}
h3 {font-size:16px}
p {font-size:12px}
body {font-size:12px} 

/*font family*/
p {font-family:"Trebuchet MS", sans-serif}
h1 {font-family:"Trebuchet MS", sans-serif}
h2 {font-family:"Trebuchet MS", sans-serif}
h3 {font-family:"Trebuchet MS", sans-serif}
body {font-family:"Trebuchet MS", sans-serif}

/*image borders*/
img {border:0px solid #ffffff;}

/*table behavior*/
table, td, th {border: 0; font-family: "trebuchet ms"; font-size:12px;} 
th {background-color:#026a69; font-size:12px;}


