body { 
				font-family: 'Trebuchet MS', Sans-serif;
				background-color: #f5abbb;
				color: #000000;
				font-size: 1.25em;
				}
.comicimg {
				display: block;
				margin-left: auto;
				margin-right: auto;
				}
.comicpopup {
				position: fixed;
				top: 20%;
				text-align: right;
				}
#headpart {
				font-size: 1.75em;
				text-align: center;
				background-color: #db9aa8;
				border: 0px solid black;
				border-radius: 0px;
				position: fixed; 
				top: 0px;
				left: 0;
				right: 0;
				padding: 3px;
				}

#page {
				border: 10px double #00adff;
				width: 75%;
				height: 100%;
				top: 0px;
				margin: 0px auto;
				position: relative;
				padding: 2%;
				}


#header { 
				text-align: center;
				font-family: 'Trebuchet MS', Sans-serif;
				letter-spacing: 0.05em;
				text-transform: uppercase;
				}


h1, h2 {
				font-family: 'Century Gothic', Sans-serif;
				color: #000000;
				}
h3 {
				font-weight: bold;
				font-size: 1.5em;
				}


h1 {
				background-color: #db9aa8;
				}


#navigation {
				border-bottom: 2px solid black;
				width: 50%;
				margin: 0px auto;
				}
				

.nodecoration {
				text-decoration: none;
				}


.twocolumn {
				column-count:2;
				}
.fourcolumn {
				column-count:4;
				}				
.left {
				float: left;
				}
.right {
				float: right;
				}
				
.aleft {
				text-align: left;
				}
.aright {
				text-align: right;
				}
#portfolioitems {
				text-align: center;
				border: 5px solid black;
				}
#portfoliodescription {
				text-align: center;
				max-width: 600px;
				margin: 0px auto;
				}

.section {
				text-align: left;
				border: 10px solid black;
				background-color: white;
				font-weight: bold;
				border-radius: 20px;
				padding: 1%;
				width: 20%;
				/*height: 300px;*/
				min-height: 300px;
				display:inline-block;
				vertical-align: top;
				}

.blockline {	
				text-align: center;
				}

th, td { 
				padding: 5px 40px;
				border: 5px solid black;
				background-color: white;
				color: black;
				width: 70%;
				}
 
th { 
				font-weight: bold;
				text-decoration: underline;
				}

.small {
				font-size: 0.05em;
				}
.center {
				text-align: center;
				}