* {
        font-family : Arial, Helvetica, sans-serif;
        /*font-size : 10pt;*/
        color: #C4D8FA;
}

html, body {
        margin: 0;
        padding: 0;
        background-color: #001085;
        scrollbar-base-color: #001085;
}
  
H1, .heading1  {
  	font-size : large;
  	font-weight : bold;
  }
  
H2, .heading2, .heading {
  	font-size : large;
  	font-weight : bold;
  }
  
H3, .heading3  {
  	font-size : medium;
  	font-weight : bold;
  }
  
/* Links */
a:link, a:visited {
        color: #FFFFFF;
}
a:hover, a:active {
        color: #FFFFFF;
}
a:link.nav, a:visited.nav {
        font-size: 10pt;
        color: #FFFFFF;
}
a:hover.nav, a:active.nav {
        font-size: 10pt;
        color: #FFFFFF;
}

.pullquote  {
  	font-size : medium;
  	font-weight : bold;
  	font-style : italic;
}

select, input, textarea {
	color: black;
	background-color: white;
	border: 1px solid black;
}

input.button, .button {
        color: white;
	background-color: #001085;
        border: 1px solid black;
}

.quote_maker, .quote_maker i {
  	font-size : 11pt;
        color: #97bdfc;
	text-align: left;
	margin-top: 8px;
	margin-right: 4px;
}
