﻿@import url(http://fonts.googleapis.com/earlyaccess/amiri.css);
body{
	background:#EFEFEF;
	max-width:1100px	;
	margin:0 auto;
	width:100%;

}

footer { 

    display: block;
    background:#326363;
    width:100%;
	max-width:1100px;   
    height: 2em;	
	text-align:center;
	color:white;
	font-size:large;
	line-height:38px;
       
}

h3{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:xx-large;
	color:#326363;
}

h4{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:x-large;
	color:#326363;
	padding-right:150px
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
    width:85%
}

.cv li {
  font-size:large;
}

table {
    border-collapse: collapse;
}

table, th, td {
   border: 1px solid black;
   text-align: center;
   vertical-align:middle;
   padding: 15px;
}

tr:hover {
background-color: white;
}

th {
    background-color: #326363;
    color: white;
}


tbody:hover td[rowspan], tr:hover td {
   background: white; 
}

#nav a.selected:link, a.selected:visited{

    display: block;
    background-color: #2581DC;
    color: #fff;
}

#nav a.selected:hover, a.selected:active {
    display: block;
    background-color: #2581DC;
    color: #fff;
}

