@font-face{
    font-family: "myFont";
	src:url(Bradley.ttf);
}

@font-face{
    font-family: "myFont2";
	src:url(Montserrat.otf);
}

@font-face{
    font-family: "myFont3";
	src:url(Drupadi-Regular.ttf);
}

@font-face{
    font-family: "myFont4";
	src:url(Hyperion-Regular.ttf);
}

body{
	 font-family: myFont2;
	 font-size: 16px;
	 color: silver;
}

	
h1{
   font-family: myFont3;
   font-weight: 400;
   font-size: 42px;
   color: #ed872d;
}

h2{
   font-family: myFont3;
   font-weight: bold;
   font-size: 32px;
   color: #6d9bc3 ;
}

h3{
   font-family: myFont4;
   font-weight: 200;
   font-size: 18px;
   color: silver;
   font-style: italic;
}

h4{
   font-family: myFont;
   font-size: 16px;
   color: silver;
}

h6{
   font-family: myFont2;
   font-size: 8px;
   font-style: italic;
   color: gray;
}

p.b{
   font-family: myFont2;
   font-size: 8px;
   font-style: italic;
   color: gray;
}

p{
   font-family: myFont2;
   font-size: 18px;
   color: silver;
}

a:link, a:visited, a:hover, a:active{
	color : silver;
	text-decoration:none;
}

hr{
    height: 1px;
    background-color: #ed872d;
    border: none;
}

hr.blog {
	height: 2px;
    background-color: #ed872d;
    border: none;
}

ul.a{
  list-style-type: circle;
  font-family: myFont2;
  font-size: 12px;
  font-style: italic;
  color: gray;
}

iframe {
  height: 169px;
  width: 300px;
  resize: both;
  overflow: auto;
}

.blue {
	color: #6d9bc3;
}

.bold {
	font-weight: bold;
}

.orange {
	color: #ed872d;
}

