/* Copyright © Muhammad Khalid Riyasat Uddin Student No: 11598888 Module Code: 2IMU7H4 – MSc in Interactive Multimedia */ 

* { margin: 0; padding: 0; }                                

html {

background:url(../images/001-BG.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.heading1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight:bolder;
	color: #f9da03;
}

.heading2 {

	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	color: #f9da03;
}

.heading3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}

.text1 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight:bolder;
	color:#FFFFFF;
	line-height:22px;
}

.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;
}

.text3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}


.foot1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color:#000000;
}

.foot2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	color:#000000;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;;
	list-style-image:url(../images/Page-Pic-003.png);
	list-style-position:inside;
	font-weight:bold;
	line-height:28px;
	color:#FFFFFF;
}

a:link {
	font-family:Tahoma;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
	border:none;
}
a:hover {
	font-family:Tahoma;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
	border:none;
}
a:visited {
	font-family:Tahoma;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
	border:none;
}
a:active {
	font-family:Tahoma;
	font-size: 13px;
	color:#000000;
	font-weight:bold;
	border:none;
}

.inputstyle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	background-color:#CCC;
	border: 1px solid #000000;
}