/* betsykriegsalm.com combined website css */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
a:link {
    text-decoration: none;
    color: #CCCCCC;
}
a:hover {
    color: #FFFFFF;
    background-color: #000099;
    font-weight: bold;
}
a:visited {
    text-decoration: none;
    color: #CCCCCC;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFCC;
}
h2 {
    font-family: Georgia;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    color: #FFFFCC;
    text-transform: capitalize;
}
