a:link {
   font-family: "Comic Sans MS", serif;
   font-size: 14px;
   color: blue;
   text-decoration: bold;
}

a:visited {
	font-family: "Comic Sans MS", serif;
	font-size: 14px;
   color: blue;
   text-decoration: bold;
}

a:hover {
	font-family: "Comic Sans MS", serif;
	font-size: 14px;
   text-decoration: underline, bold;
   color: darkred;
}

a:active {
   font-family: "Comic Sans MS", serif;
   font-size: 14px;
   text-decoration: bold;
   color: darkblue;
}

.warn {
	color: violet;
}

body {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 14px;
	background-color: white;
}

hr {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 18px;
}

B {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 14px;
   font-weight: bold;
}

I {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 12px;
}

h1 {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 12px;
   font-weight: bold;
}

h2 {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 12px;
   font-weight: bold;
}

h3 {
	color: black;
	font-family: "Comic Sans MS", serif;
	font-size: 12px;
   font-weight: bold;
}

textarea {
   font-family: "Comic Sans MS", serif;
   background-color: lightgray;
   color: black;
   font-style: bold;
}

input {
	font-family: "Comic Sans MS", serif;
   font-family: source-snas-pro;
   background-color: lightgray;
   color: black;
   font-style: bold;
}

button {
   font-family: "Comic Sans MS", serif;
   font-family: source-snas-pro;
   background-color: lightgray;
   color: black;
   font-style: bold;
}


file {
	font-family: "Comic Sans MS", serif;
   font-family: source-snas-pro;
   background-color: lightgray;
   color: black;
   font-style: bold;
}


select {
   font-family: source-snas-pro;
   background-color: lightgray;
   color: black;
   font-style: bold;
}
