/*Orion Portfolio CSS*/

/* Colors
deepblue #010F40;
white #FFFFFF;
black #000000;
lightblue #7ECEFC;
grey #8A8fA6;
*/

/* You can put notes here:

Orion h@x0rz
Panda r0x0rz
 
----------------------------- */

body {
	background-color: #8A8fA6; 
	font-family: Book Antiqua;
	color: #010F40;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
a:link {
	font-family: Book Antiqua;
	color: #FFFFFF;
	font-weight: 300;
	text-decoration: none;
}
a:visited {
	font-family: Book Antiqua;
	color: #015A8E;
	font-weight: 300;
	text-decoration: none;
}
a:hover {
	font-family: Book Antiqua;
	color: #E6F46E;
	font-weight: 300;
	text-decoration: none;
	}
a:active {
	font-family: Book Antiqua;
	color: #B70228;
	font-weight: 300;
	text-decoration: none;
}
.medium {
	font-family: Book Antiqua;
	color: #010F40;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}
.deepblue {
	color: #010F40;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.lightblue {
	color: #7ECEFC;
}
.yellow  {
	color: #E6F46E;
}
.red {
	color: #B70228;
}
.lightbluesmall	 {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #7ECEFC;
}
.lightbluemedium {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 24px;
	line-height: 26px;
	color: #7ECEFC;
}
.lightbluelarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #7ECEFC;
}
.lightbluexlarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	color: #7ECEFC;
}
.deepbluesmall {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #010F40;
}
.deepbluelarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #010F40;
}
.deepbluexlarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	color: #010F40;
}
.deepbluetitle {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 85px;
	line-height: 89px;
	color: #010F40;
}
.lightbluesmall {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #7ECEFC;
}
.lightbluelarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #7ECEFC;
}
.lightbluexlarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	color: #7ECEFC;
}
.whitesmall {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
.whitelarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}
.whitexlarge {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	color: #FFFFFF;
}
.whitetitle {
	font-family: Book Antiqua;
	font-weight: 300;
	font-size: 85px;
	line-height: 89px;
	color: #FFFFFF;
}
