.patients {
	border: thin solid black;
}
.patientsHeader {
	text-align: center;
	font-style: italic;
	color: Snow;
	background: Teal;
}
.patientName {
	text-align: center;
	font-style: oblique;
/*	color: #3366FF;*/
	color: Teal;
        font-weight: bold;
        font-size: large; 
}
.evenRow {
	text-align: center;
	background: MediumTurquoise;
}
.oddRow {
	text-align: center;
	background: PowderBlue;
}

.error1 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:15px;   
   color: Red;
/*   font-weight: bold;*/
   text-align:center;
}

p {color: Blue;
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:18px;   
}

.header {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   color: Blue}

.doctor {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:24px;   
   font-weight: bold;
   color: Blue}

.content {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   color: Green}

.text {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:30px;   
   font-weight: bold;
   color: Red}

.content1 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   color: Red}

.content2 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   background: rgb(255, 204, 255)}

.content3 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   background: rgb(204, 255, 255);
}
.content4 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   background: rgb(153, 255, 255);
/*   border-color: rgb(255, 0, 0);*/
}
.content5 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   background: rgb(255, 0, 0)}
.content6 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   background: rgb(255, 255, 204);
}
.content7 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   background: rgb(255, 255, 153);
}

.in {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   color: Black;
/*   background: #CCFFFF*/
}
.in1 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:14px;   
   font-weight: bold;
   color: Black;
/*   background: #FFCCFF*/
}

.spec1 {
   font-family:Tahoma;
   font-size:11px;   
   text-decoration:none;
   display:block;
   cursor:pointer;
   display:inline-block; 
   text-align:left;
}
.spec2 {
   font-family:Tahoma;
   font-size:12px;   
   text-decoration:none;
   display:block;
   cursor:pointer;
   display:inline-block; 
   text-align:left;
}
.spec {
   font-family:Tahoma;
   font-size:12px;   
   text-decoration:none;
   display:block;
   cursor:pointer;
   display:inline-block; 
   text-align:left;
}

p.h1 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:25px;   
   font-weight: bold;
   color: #660033}
p.h1x {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:27px;   
   font-weight: bold;
   color: Green}
h1 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:27px;   
   font-weight: bold;
   color: Green}
h2 {
   font-family:"Times New Roman",Courier,Arial,Tahoma;
   font-size:22px;   
   font-weight: bold;
   color: #993399}

a {
   font-family:Tahoma;
   font-size:12px;
   text-decoration:none;
   display:block;
   cursor:pointer;
   display:inline-block; 
   text-align:center;
}

a:hover {
	background: #CCFFFF;
}
a:active {
	color: white;
}

