/* CSS Document */

body{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

body
a, a:visited, a:active{
    text-decoration: none;
	color: #A7004E;
}

latest-text
a, a:visited, a:active{
    text-decoration: none;
}


body#blog a, a:visited, a:active{
    text-decoration: none;
}


h1{
	font-size: 4em;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #71C7F0;
}

h2{
	font-family: "Georgia" "Times New Roman" serif;	
    color: #29251d;
    font-weight: normal;
    border-bottom:2px dotted #71C7F0;
}

h4{
    font-family: "Courier New", Courier, mono;
}


strong{
	font-size: 140%;
	font-weight: bold;
	font-family: "Courier New",courier, mono; 
}

small{
	font-size: 0.55em;
	font-family: verdana, arial, sans-serif;
	color: #29251d;
}


blockquote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
}

span.quotemark{
	font-size: 400%;
}

address{
    font-style: normal;
}


div#page{
	font-size: 75%;
}

div#footer{
	color: #fdf5ff;
	font-size: .6em; 
}

p{
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
}

div#footer a,
div#footer a:active,
div#footer a:visited,
a.clr-link,
a.clr-link:active,
a.clr-link:visited {
    text-decoration: underline;
}

.j-right {
    text-align: right;
}