a:link {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 16px;
   color: lime;
   text-decoration: underline;
}

a:visited {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 16px;
   color: lime;
   text-decoration: none;
}

a:hover {
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 16px;
   text-decoration: underline;
   color: orange;
}

a:active {
   font-family: "Comic Sans MS", cursive, sans-serif;
   font-size: 16px;
   text-decoration: none;
   color: orange;
}

.warn {
	color: violet;
}

body {
	color: lightblue;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 16px;
	background-color: black;
}

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

B {
	color: red;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 20px;
   font-weight: bold;
}

I {
	color: lightblue;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 18px;
}

h1 {
	color: lightblue;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 18px;
   font-weight: bold;
}

h2 {
	color: lightblue;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 18px;
   font-weight: bold;
}

h3 {
	color: gray;
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-size: 18px;
   font-weight: bold;
}

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

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

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


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