body {background-image: url(img/bg-teal.jpg);}
.header {color: #6b3205; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 17px; text-decoration: none;}
a.header: link {color: #6b3205;}
a.header:visited {color: #6b3205;}
a.header:hover {color: #04859D;}
a.header:active {color: #04859D;}
.footer {color: #6b3205; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px; text-decoration: none;}
a.footer: link {color: #6b3205;}
a.footer:visited {color: #6b3205;}
a.footer:hover {color: #FF7C00;}
a.footer:active {color: #FF7C00;}

.body {color: #000033; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px; text-decoration: none;}
a.body: link {color: #CC3300;}
a.body:visited {color: #CC3300;}
a.body:hover {color: #04859D;}
a.body:active {color: #04859D;}

.title {color: #000033; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 22px; text-decoration: none;}
.subtitle {color: #FF3366; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px; text-decoration: none;}
.blogtitle {color: #FF3366; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 22px; text-decoration: none;}.correctanswer {
	color: #03F;
}

/* @group Blink */

.blink {
	color: #F00; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 17px; text-decoration: none;
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* @end */