/* 
Title: CSS for Hearts Enchanted Tutorials
Author: Amanda Kisner
URL: http://www.heartsenchanted.com/
Created: May 2009
*/

body{
background-color:#e5eaec;
color:#4f5557;
margin:15px;
font-size:12px;
font-family:"Franklin Gothic Book", "Trebuchet MS", Arial, serif;
}

a {
color:#349c82;
text-decoration:blink;
}

a:hover {
color:#86c43d;
text-decoration:none;
background-color:#d2e396;
}

h1{
color:#255985;
text-decoration:underline;
font-size:16px;
}

h2{
color:#36c1b9;
text-decoration:underline;
font-size:13px;
}
