﻿
/* Name:- Abinash Niure (s331539) 
additional reference:- Thomas A. powell, "The Complete Reference HTML Third Edition",p(3-400).
*/
body {
 background-color:lightblue;
}

header {
font-size:195%;
  color: white;
    text-align: center;
 background: url(Capture.jpg);
font-family: "cambria", Times, serif;
padding: 10px;

}
div{
font-size:100%;
  
    text-align: right;



}
a.i{
margin-left: 10px;
}
a.ii{
margin-left: 30px;
}
a.i:visited,a.ii:visited {
 
  color: blue;
   text-decoration: none;
  display: block;
}

a.i:hover, a.i:active,a.ii:hover, a.ii:active {
  
  color: orange;
}
a.iii:hover, a.iii:active {
 
  color: green;
}
p.i{
background: url(Capture2.jpg);
 color: white;
font-size:170%;
text-align: center;
}
p.ii{
 color: black;
font-size:150%;
text-align: left;
}
p.iii{
  background-color: red;
 color: white;
font-size:150%;
text-align: center;
}
p.iv{
 color: black;
font-size:120%;
text-align: left;
}
ul
{
	color: black;
	font-size:150%;
}
