/* My CSS file */

/* Define links named navbar */

  
a.nabvar
  {
	float: left;
	width: 40px;
	padding: 6px;
	border-bottom: 1px solid black;
	border-right: 1ps solid black;
	font-family: gothic,arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
  }

a.navbar:link
  {
	color: black;
	background-color: #e5325e;
  }

a.navbar:visited
  {
	color: black;
	background-color: #e5325e;
  }

a.navbar:hover
  {
	color: blue;
	background-color: #e68e28;
  }

a.navbar:active
  {
	color: black;
	background-color: purple;
  }

 /* Define links named cal */
  
a.cal
  {
	float: left;
	width: 60px;
	padding: 6px;
	border-bottom: 1px solid black;
	border-right: 1ps solid black;
	font-family: gothic,arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
  }

a.cal:link
  {
	color: black;
	background-color: #fdecbf;
  }

a.cal:visited
  {
	color: black;
	background-color: #fdecbf;
  }

a.cal:hover
  {
	color: blue;
	background-color: #e68e28;
  }

a.cal:active
  {
	color: black;
	background-color: purple;
  } 
 

/* define class of paragraph */

p.left
  {
	font-family: gothic,arial,helvetica;
	color: black;
	font-size: 15pt;
	text-align: left;
  }

p.red
  {
	font-family: gothic,arial,helvetica;
	color: red;
	font-size: 15pt;
  }

p.black
  {
	font-family: arial,helvetica;
	color: black;
	font-size: 15pt;
	text-align: center;
	text-weight: bold;
	font-style: italic;
  }

p.yellow
  {
	font-family: gothic,arial,helvetica;
	color: yellow;
	font-size: 15pt;
	text-align: left;
  }

p.blue
  {
	font-family: gothic,arial,helvetica;
	color: blue;
	font-size: 15pt;
	text-align: center;
	text-weight: bold;
	font-style: italic;
  }

p.black1
  {
	font-family: gothic,arial,helvetica;
	color: black;
	font-size: 15pt;
	text-align: right;
	text-weight: bold;
	font-style: italic;
  }

p.normal
  {
	font-family: arial,helvetica;
	color: black;
	font-size: 20pt;
	text-align: center;
  }


 

/* define headers */

h1
  {
	font-family: gothic,arial,helvetica;
	font-size: 20pt;
	font-weight: bold;
	color: red;
	text-align: center;
  }
h2
  {
	font-family: arial,helvetica;
	font-size: 40pt;
	font-weight: bold;
	color: red;
	text-align: center;
  }
h3
  {  
	font-family: arial,helvetica;
	font-size: 20pt;
	font-weight: bold;
	color: red;
	text-align: left;
  }
h4
  {
	font-family: arial,helvetica;
	font-size: 40pt;
	font-weight: bold;
	color: black;
	font-style: italic;
	text-align: center;
  }
h5
  {
	font-family: arial,helvetica;
	font-size: 30pt;
	font-weight: bold;
	color: blue;
	font-style: italic;
	text-align: center;
  }	