/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 1, 2015, 8:12:24 AM
    Author     : Student
*/
header {
    background-color:black;
    color:white;
    text-align:center;
    padding:5px;	 
}

body {
    background-color: #FF00FF;
}

a {
  color:white;
}
    
    