body { font-size: 14pt;
       width: 800px; 
       margin-left: auto;
       margin-right: auto;
       padding-top: 5px;
       padding-bottom: 5px;
       padding-right: 5px;
       padding-left: 5px;
       border-color: #ca22fd;
       border-top-width: 2px;
       border-top-style: solid;
       border-bottom-width: 2px;
       border-bottom-style: solid;
       border-right-width: 2px;
       border-right-style: solid;
       border-left-width: 2px;
       border-left-style: solid;
       background-color: #000000;
       color:#ca22fd ; }

header {margin: 20px; }
header p {font-size: 28pt;
		  color: #17d6f0; }

article { margin: 10px; }

p { font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    font-family: 'Courier New', Courier, monospace; 
    color : #0b7ea1; }

table { font-size: 12pt;
		border-collapse: collapse;
		border: 4px solid;
        border-color: #17d6f0; }

th, td { border: 2px solid;
         border-color: #17d6f0; }

li { list-style-position: inside; }

a { color: #ca22fd;}

.right {text-align: right; }

#photo {width: 25%;
		height: 25%;
		float: right; }
		 
#logo { width: 12%;
		height: 12%;
        float: center; }

footer {margin: 5px; }
footer p {	font-size: 14pt;
			text-align: center;
			color: #52abff;
			margin-top: 5px;
			margin-bottom: 0px; }
footer em {	font-style: normal;}
