TEXTAREA {
 width:100%;
 height:500px;
 
}

body {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		margin-left:0px;
		margin-top:0px;
		margin-bottom:0px;
		margin-right:0px;
}

a:link {
    color: #003399;
    text-decoration: underline;
    } 
a:visited {
    color: #003399;
    text-decoration: underline;
    }
a:hover {
    color: #003399;
    text-decoration: underline;
    }
		
.menutable{
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-bottom-color:#000000;
background-color:#eeeeee;
width:100%;
}

.tableright{
 background-color:#96C529;
}

.searchfont{
color:#ffffff;
}

.code {
 border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-width:1px;
border-top-style:solid;
border-top-color:#000000;
border-bottom-color:#000000;
background-color:#eeeeee;
width:100%;
font-family:courier;ΚΚ
}

.current{
 width:50%;
border-left-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-right-style:solid;
border-left-style:solid;
border-bottom-style:solid;
border-top-width:2px;
border-top-style:solid;
border-top-color:#8EBD32;
border-bottom-color:#8EBD32;
border-left-color:#8EBD32;
border-right-color:#8EBD32;
background-color:#EAFFE6;
}

.old{
width:50%;
border-left-width:2px;
border-right-width:2px;
border-bottom-width:2px;
border-right-style:solid;
border-left-style:solid;
border-bottom-style:solid;
border-top-width:2px;
border-top-style:solid;
border-top-color:#BD4D59;
border-bottom-color:#BD4D59;
border-left-color:#BD4D59;
border-right-color:#BD4D59;
background-color:#FFEAF0;
}

.point {
 width:5px;
 height:5px;
}

.smallfont{
 font-size:12px;
}

.right{
right:3px;
position:absolute;
}