<style>
actual screen avl
640x480 -- 620x318 
800x600 -- 780x438  
1024x768 -- 1004x606 
1280x1024 -- 1260x862 


a:link{
color: blue; 
background-color: transparent; 
font-weight: bold; 
font-style: normal; 
text-decoration: none
}

a:hover{
color: white; //rgb(0,168,255); 
background-color: red; // yellow; 
font-weight: normal; 
font-style: normal; 
text-decoration: none
}

h4 
{
font-family: Comic Sans MS; 
font-size: 10pt; 
color: blue; // rgb(100,100,100); 
font-style: italic;  //normal;
font-weight: normal; 
// letter-spacing:0em; 
text-align: left; 
background-color: rgb(243 247 185); 
}  


hr
{
color: blue;
width: 60%;
text-align: center; 
}



/* Colors */
vi{color: violet;}
in{color: Indigo;}
bl{color: Blue;}
gr{color: Green;}
ye{color: yellow;}
or{color: Orange;}
rd{color: Red;}
pi{color: pink;}


s1{
color: Red;
font-family: Amaze; 
font-size: 24pt; 
}

err1{
color: red;
font-family: Lucida Console;
font-size: 12pt;
font-weight: bold;
// font-style: Italic;
}

/* scroll=20px */

/* Columns */
.Left_Box {
position: absolute; 
top:15px; 
left:5px; 
height:94%; 
width: 125px; 
padding:2mm; 
margin: 0mm; 
font-family: Comic Sans MS; 
font-size: 9pt; 
line-height: 120%; 
color: rgb(0,0,0); 
font-style: normal; 
font-weight: normal; 
letter-spacing:0em; 
text-align: Center; 
border-style: solid; 
border-color: green; 
border-width:0.5mm; 
overflow: auto;
background-color: yellow; // yellow rgb(212,212,212); 
z-index: 1
}




.Center_Box {
position: absolute; 
top:1px; 
left:155px; 
height:89%; 
width:55%; 
padding:4mm; 
margin: 0mm; 
font-family: Arial; 
font-size: 10pt; 
line-height: 110%; 
color: rgb(0, 0, 0); 
font-style: normal; 
font-weight: normal; 
letter-spacing:0em; 
text-align: Left; 
border-style: solid; 
border-color: rgb(255,102,102); 
border-width:.5mm; 
background-color: rgb(255,250,230); 
overflow: auto; 
z-index: 1
}




.Right_Box {
position: absolute; 
top:15px; 
left:80%; 
height:94%; 
width: 125px; 
padding:2mm; 
margin: 0mm; 
font-family: Comic Sans MS; 
font-size: 9pt; 
line-height: 125%; 
color: rgb(0,0,0); 
font-style: normal; 
font-weight: normal; 
letter-spacing:0em; 
text-align: Center; 
border-style: solid; 
border-color: green; 
border-width:0.5mm; 
background-color: #B9FFFF; 
overflow: auto; 
z-index: 1
}   


</style>













