.center_align{
   text-align: center
}

.justify_align{
   text-align: justify
}

h1 , h2{
   color:#000080;
}

body{
   font-size:100%;
   color:#000000;
   background-color:#B7B7B7;
}

p{
   text-indent:4%;
}

body , p , h1 , h2 , h3 , table , td , th , ul , ol , textarea , input{
   font-family: verdana,helvetica,arial,sans-serif;
}

table.paper{
	border:2px solid #000080;
	width:80%;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	margin-bottom:1%;
}

table.login{
	border:1px;
	width:80%;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	margin-bottom:1%;
}

th.paper_keywords, td.paper_authors , td.paper_first_read_date , th.actions{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border:1px solid #000080;
	text-align:center;
	padding:1%;
}

th.paper_review{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border:1px solid #000080;
   text-align: justify;
	padding:1%;
}

th.paper_title{
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	border:1px solid #000080;
	text-align:center;
	padding:1%;
	font-size:120%;
}

table.applet{
	border:0px;
	margin-left:auto;
	margin-right:auto;
}

th.applet, td.applet{
	text-align:center;
}

input , textarea , select {
   background-color: #CCCCCC;
   color:#000000;
   border:2px solid #000000;
}

img{
   border:0px;
}

.invisible {
	visibility:hidden;
}

a:link    {color:#0000C0; background-color:transparent}
a:visited {color:#0000C0; background-color:transparent}
a:active  {color:#EEEB77; background-color:transparent}
a:hover   {color:#EEEB77; background-color:transparent}

