﻿/* This is the Cascading Style Sheet for the Scissortail Web Designs website */

/* This sets the color and other attributes for links within the body text */
A:link { color:#0000A0; text-decoration: none}
A:visited { color:#0000A0; text-decoration: none}
A:hover { color:red; text-decoration: underline; }
A:active { color: #FF8000; text-decoration: none}

.red_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
.dk_red {
	font-family: "Times New Roman", Times, serif;
	color: #993300;
	font-size: small;
}
.bold_links {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
