/* CSS Document */
/* outline.css */
/* copyright Rajesh Pandey */
/* Outline CSS practice Wednesday March 21 2007  1:48 AM*/
/* more likely this will be kept in http://awt.rajesh.com.np and most probably the file name : outline.css */
/* you are free to copy , modify , distribute or do anything you like.. , I would be more than happy that such a small piece of ... code is worth copying .. this is a voluntary and a creative work of my own.. and it is a part of my course material for Advanced web Technology assignment */


<style>
#banner{
text-align:right;
text-shadow:#FFCC33;
background-color:#000000;
color:#ffffff;
padding-right:2px;
padding-left:2px;
}
#banner h1{
background-color:#0099CC;
text-align:left;
color:#ffffff;
}
#first{
 color:#666666;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 

}
#first a{
 color:#993300;
 text-decoration:none;
  }
#first a:hover{
 color:#CC99CC;
 text-decoration:underline;
}
#first text{
 color:#666666;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
#first h2{
 color:#999999;
 font-family:Arial, Helvetica, sans-serif;
}
#first h3{
 color:#CC9966;
}
#first h4{
 color:#33FF66;
 font-family:"Courier New", Courier, monospace;
}
#first h5{
color:#CCCCCC;
font-family:Georgia, "Times New Roman", Times, serif;
}

</style>