<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
		*{
			padding: 0;
			margin: 0;
			font-family: Avenir, Helvetica Neue, Arial, sans-serif;
			color: #333;
			font-size: 1em;
			}


			body{
				background-color:#EEE;		;
			}


		h1{
			display:inline;
			font-size:1.4em;
		}

		#content{
				margin-top: 3em;
				margin-left: 3em;
				width: 90%;

			}

		#presentation{
			color: #313131;

		}

		a{
			text-decoration: none;
			background-color:#BFFF00;
		}

		a:hover{
			background-color:#FF0040;
			color: #FFF;
		}

		p{
			margin-top: 1em;
			margin-bottom: 1em;
			line-height: 1.5em;
		}

		#findMore{
			margin-top: 1em;
		}

		ul{
			margin-top: 1em;
			margin-bottom: 1em;
			margin-left: 1em;
		}

		li{
			margin-top: .5em;

		}

		p#a_t{
			margin-top:4em;
		}


		@media only screen and (min-device-width : 300px) and (max-device-width : 767px) {
			*{
				padding: 0;
				margin: 0;
				font-family: Avenir, Helvetica Neue, Arial, sans-serif;
				color: #333;
				font-size: 1.25em;
				}


				body{
					background-color:#EEE;		;
				}


			h1{
				display:inline;
				font-size:1.4em;
			}

			#content{
					margin-top: .5 em;
					margin-left: .5em;
					width: 90%;

				}

			#presentation{
				color: #313131;

			}

			a{
				text-decoration: none;
				background-color:#BFFF00;
			}

			a:hover{
				background-color:#FF0040;
				color: #FFF;
			}


			p{
				margin-top: 1em;
				margin-bottom: .5em;
				line-height: 1.5em;
			}

			#findMore{
				margin-top: .5em;
			}

			ul{
				margin-top: 1em;
				margin-bottom: 1em;
				margin-left: 1em;
			}

			li{
				margin-top: .5em;
				font-size: 1.1em;

			}

			p#a_t{
				margin-top:2em;
			}

			}





			@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){

				*{
					padding: 0;
					margin: 0;
					font-family: Avenir, Helvetica Neue, Arial, sans-serif;
					color: #333;
					font-size: 1.2em;
					}


					body{
						background-color:#EEE;		;
					}


				h1{
					display:inline;
					font-size:1.4em;
				}

				#content{
						margin-top: .5em;
						margin-left: .5em;
						width: 90%;

					}

				#presentation{
					color: #313131;

				}

				a{
					text-decoration: none;
					background-color:#BFFF00;
				}

				a:hover{
					background-color:#FF0040;
					color: #FFF;
				}


				p{
					margin-top: 1em;
					margin-bottom: .5em;
					line-height: 1.5em;
				}

				#findMore{
					margin-top: .5em;
				}

				ul{
					margin-top: 1em;
					margin-bottom: 1em;
					margin-left: 1em;
				}

				li{
					margin-top: .5em;
					font-size: 1.1em;

				}

				p#a_t{
					margin-top:2em;
				}

				}
</pre></body></html>